From be7a5cccb0bf9dd52a11d38e87809ae210f7bb89 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 13 Jul 2019 14:23:17 +0100 Subject: [PATCH] add extra fpmul16 regression tests --- src/ieee754/fpmul/test/mul_data16.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.30.2