feat: add scalar fexp support

This commit is contained in:
Zhongdi LUO
2026-07-02 07:24:59 +00:00
parent 97a1eff701
commit 9251ba0a24
12 changed files with 327 additions and 14 deletions

View File

@@ -422,6 +422,11 @@
`endif
`endif
// FEXP Latency
`ifndef LATENCY_FEXP
`define LATENCY_FEXP 8
`endif
// FCVT Latency
`ifndef LATENCY_FCVT
`define LATENCY_FCVT 5