add new FP32-FRSQRT regression test
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 24 Jul 2019 12:08:18 +0000 (13:08 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 24 Jul 2019 12:08:18 +0000 (13:08 +0100)
src/ieee754/fpcommon/test/fpmux.py
src/ieee754/fpdiv/test/test_fprsqrt_pipe.py

index f07ca658b363b8b6d408077f5f044586aadbde21..ef50f81dee35bf70d942a8eb8eaa3e65aee08aa2 100644 (file)
@@ -172,6 +172,8 @@ def create_random(num_rows, width, single_op=False, n_vals=10):
                 #op1 = 0x48f0
                 #op1 = 0x429
                 #op1 = 0x2631
+                #op1 = 0x3001
+                #op1 = 0x3f2ad8eb
 
                 vals.append((op1,))
             else:
index b196d3ea717bdfa076b29cc5c8d6258774c23acf..72e619b701248a914e8ddf09c2a784cb657544f7 100644 (file)
@@ -25,6 +25,6 @@ def test_pipe_rsqrt_fp64():
           single_op=True, opcode=2, n_vals=100)
 
 if __name__ == '__main__':
-    test_pipe_rsqrt_fp16()
     test_pipe_rsqrt_fp32()
+    test_pipe_rsqrt_fp16()
     test_pipe_rsqrt_fp64()