History log of /XiangShan/src/main/scala/xiangshan/backend/fu/wrapper/FDivSqrt.scala (Results 1 – 6 of 6)
Revision Date Author Comments
# 39be24bc 12-Dec-2024 xiaofeibao <[email protected]>

fix(decode): scala fp fu's fmt use fpuCtrl instead of vsew


# 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 ...


# 90ae5a7f 21-May-2024 lewislzh <[email protected]>

yunsuan, Fpu: switch to new Fpu (#2995)


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

FDivSqrt: result box


# 7b7f869d 29-Apr-2024 xiaofeibao <[email protected]>

backend: add scalar float function unit


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

Fu: add fp fu wrapper