From: Luke Kenneth Casson Leighton Date: Tue, 17 May 2022 08:59:29 +0000 (+0100) Subject: add set-logic ALL clause to stop cvc5 warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e142b3eb0f972997c643594915388c430e01e2e3;p=ieee754fpu.git add set-logic ALL clause to stop cvc5 warning --- diff --git a/fp16mul_test.smt2 b/fp16mul_test.smt2 index 6ad9dc79..7132a284 100644 --- a/fp16mul_test.smt2 +++ b/fp16mul_test.smt2 @@ -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)) @@ -407,4 +408,4 @@ rounded_up_normal round_up_overflows_normal do_round_up_normal -)) \ No newline at end of file +))