[libre-riscv-dev] [Bug 113] FCVT unit tests have too great a dynamic range
bugzilla-daemon at libre-riscv.org
bugzilla-daemon at libre-riscv.org
Thu Aug 1 01:00:34 BST 2019
http://bugs.libre-riscv.org/show_bug.cgi?id=113
--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
this for:
* fcvt float2int (large FP to smaller int)
* int2float (for FP16/32/64 to FP16)
* fcvt FP to FP (large FP to smaller FP)
int input is fairly easy to deal with: test within "close" range.
FP however needs *FP* numbers to be generated that will (or will
almost) fit into the target int range.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list