projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c17c88f
)
add set-logic ALL clause to stop cvc5 warning
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 17 May 2022 08:59:29 +0000
(09:59 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 17 May 2022 08:59:29 +0000
(09:59 +0100)
fp16mul_test.smt2
patch
|
blob
|
history
diff --git
a/fp16mul_test.smt2
b/fp16mul_test.smt2
index 6ad9dc798eb34c72357c3d94d953de01493a5795..7132a28426c578334a53832eff4b6d1583a93830 100644
(file)
--- 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
+))