add fsqrt test
[ieee754fpu.git] / src / ieee754 / fpcommon / test / fpmux.py
index a01ea3c9aa5b8165addf9ec351423cc7c21f12ae..4d2a3b2681facdbac4aef900bcf9d043f4827d32 100644 (file)
@@ -165,6 +165,12 @@ def create_random(num_rows, width, single_op=False, n_vals=10):
                 #op1 = 0x3449f9a9
                 #op1 = 0x1ba94baa
 
+                # FRSQRT
+                #op1 = 0x3686
+                #op1 = 0x4400
+                #op1 = 0x4800
+                #op1 = 0x48f0
+
                 vals.append((op1,))
             else:
                 op1 = randint(0, (1<<width)-1)