From: Luke Kenneth Casson Leighton Date: Fri, 5 Jul 2019 08:32:11 +0000 (+0100) Subject: add some regression tests (commented out) X-Git-Tag: ls180-24jan2020~934 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c85cc033f6605c9fa603e463ca34cc879a077b25;p=ieee754fpu.git add some regression tests (commented out) --- diff --git a/src/ieee754/fpcommon/test/fpmux.py b/src/ieee754/fpcommon/test/fpmux.py index f32cb65c..3a2f0730 100644 --- a/src/ieee754/fpcommon/test/fpmux.py +++ b/src/ieee754/fpcommon/test/fpmux.py @@ -36,6 +36,9 @@ class InputTest: #op2 = 0xb4658540 # expect 0x8016147c #op1 = 0x40900000 #op2 = 0x40200000 + #op1 = 0x40900000 + #op1 = 0x40900000 + #op1 = 0x94607b66 if self.single_op: res = self.fpop(self.fpkls(op1)) self.di[muxid][i] = (op1, op2)