add set-logic ALL clause to stop cvc5 warning
[ieee754fpu.git] / fp16mul_test.smt2
index 6ad9dc798eb34c72357c3d94d953de01493a5795..7132a28426c578334a53832eff4b6d1583a93830 100644 (file)
@@ -7,6 +7,7 @@
 ; floating-point numbers.
 
 ; run with: z3 -smt2 fp16mul_test.smt2
+(set-logic ALL)
 
 ; create some handy type aliases
 (define-sort bv1 () (_ BitVec 1))
     rounded_up_normal
     round_up_overflows_normal
     do_round_up_normal
-))
\ No newline at end of file
+))