Replies: 3 comments
-
Unfortunately, SAW is not currently capable of proving properties involving float-point types. See #1237. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That error message is all wet, though. We can at least improve that... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your helping. I will seek other tools to verify floating point type. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am new to SAW and formal verification, but the tutorial is great, especially the part related to prove ffs_ref/ffs_imp/ffs_musl are equivalent. However for my case, the input argument is float, for example I want to prove below two C functions are equivalent:
with below SAW script
When run this SAW script file, I got error:
Sorry for my little knowldge on SAW. Any help or guide are welcomed.
Beta Was this translation helpful? Give feedback.
All reactions