From: Luke Kenneth Casson Leighton Date: Sat, 13 Jul 2019 13:23:17 +0000 (+0100) Subject: add extra fpmul16 regression tests X-Git-Tag: ls180-24jan2020~851 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be7a5cccb0bf9dd52a11d38e87809ae210f7bb89;p=ieee754fpu.git add extra fpmul16 regression tests --- diff --git a/src/ieee754/fpmul/test/mul_data16.py b/src/ieee754/fpmul/test/mul_data16.py index 151c8d9a..bd2d8d43 100644 --- a/src/ieee754/fpmul/test/mul_data16.py +++ b/src/ieee754/fpmul/test/mul_data16.py @@ -1,6 +1,9 @@ def regressions(): - yield 0x0000, 0xfc00 - yield 0xfc00, 0x0000 + yield 0x0177, 0x41f8 + yield 0xf800, 0x353c + yield 0x6c6d, 0x809b yield 0xe7bb, 0x81ce yield 0xe225, 0x8181 yield 0x0201, 0x4901 + yield 0x0000, 0xfc00 + yield 0xfc00, 0x0000