History log of /XiangShan/src/main/scala/xiangshan/backend/fu/wrapper/FCVT.scala (Results 1 – 6 of 6)
Revision Date Author Comments
# 20b2b626 26-Aug-2024 sinceforYy <[email protected]>

feat(riscv64): Support RISC-V Zfa extension

* Support fli.{h.s.d}, fminm.{h.s.d}, fmaxm.{h.s.d}
* Support fround.{h.s.d}, froundnx.{h.s.d}, fcvtmod.w.d
* Support fleq.{h.s.d}, fltq.{h.s.d}


# b189aafa 22-Aug-2024 zmx <[email protected]>

zfhmin:add zfhmin extensions

*decode unit adds decoding of zfhmin extension related instructions
*Re exemplified the functional units for scalar fpcvt


# bb2f3f51 12-Jul-2024 Tang Haojin <[email protected]>

perf: use perfUtils in `Utility` (#3190)

Currently, log and perf utilities such as `XSPerfAccumulate` are
implemented in many repositories like XiangShan, CoupledL2 and HuanCun.
This PR unifies th

perf: use perfUtils in `Utility` (#3190)

Currently, log and perf utilities such as `XSPerfAccumulate` are
implemented in many repositories like XiangShan, CoupledL2 and HuanCun.
This PR unifies them and put them in Utility repository.

show more ...


# 5b2e2174 30-Apr-2024 xiaofeibao <[email protected]>

FCVT: result box


# 446ae837 30-Apr-2024 xiaofeibao <[email protected]>

FCVT: fix bug of move result


# 517544cd 24-Apr-2024 sinsanction <[email protected]>

Fu: add fp fu wrapper