1
0
rocket-chip/src/main/scala/tile
Andrew Waterman cc389bea90 Fix in-register representation of fdiv.s/fsqrt.s result
We were zero-extending it, which is a double-precision zero in the recoded
format.  So, when spilled and reloaded with fsd/fld, the original value
was destroyed.  Instead, set the MSBs so that it represents sNaN.  When
spilled, the single-precision number will be preserved as the NaN payload.
2017-03-07 20:51:32 -08:00
..
BaseTile.scala rocket: allow scratchpad address to be configurable (#570) 2017-03-06 21:35:45 -08:00
Core.scala Heterogeneous Tiles (#550) 2017-02-09 13:59:09 -08:00
FPU.scala Fix in-register representation of fdiv.s/fsqrt.s result 2017-03-07 20:51:32 -08:00
Interrupts.scala Heterogeneous Tiles (#550) 2017-02-09 13:59:09 -08:00
L1Cache.scala rocket: allow scratchpad address to be configurable (#570) 2017-03-06 21:35:45 -08:00
LegacyRoCC.scala Heterogeneous Tiles (#550) 2017-02-09 13:59:09 -08:00
Package.scala Heterogeneous Tiles (#550) 2017-02-09 13:59:09 -08:00