From: Luke Kenneth Casson Leighton Date: Mon, 1 Jul 2019 14:54:51 +0000 (+0100) Subject: found 64-bit MUL bug too X-Git-Tag: ls180-24jan2020~950 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=488aa07fc82b6909e0153ee83db504e6db070021;p=ieee754fpu.git found 64-bit MUL bug too --- diff --git a/src/ieee754/fpmul/test/test_fpmul_pipe.py b/src/ieee754/fpmul/test/test_fpmul_pipe.py index 421dcdd2..3b3585b1 100644 --- a/src/ieee754/fpmul/test/test_fpmul_pipe.py +++ b/src/ieee754/fpmul/test/test_fpmul_pipe.py @@ -24,4 +24,8 @@ if __name__ == '__main__': # XXX BUG: 0xe225 0x8181 0x249f -> 0x249e test_pipe_fp16() test_pipe_fp32() + + # XXX BUG 0x4e1b1e94ef100 0x42e1b4e00b65f134 0x2e59bf1d2667c4d -> + # recv 0x2e59bf1d2667c4c expected 0x2e59bf1d2667c4d + test_pipe_fp64()