-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also test parameters of a functoin #225
Comments
Update the saw script to use commands like llvm_verify:
I get the error: Loading module Cryptol According to the documentation "*return" need not be defined as it is already defined. |
The return value of In the long run, I should mention that the See here for more information about using |
@atomb Is it not the plan to deprecate the current |
Yes, I think that's what we'll do. I had in mind the functionality and style of verification, rather than the function names, but didn't make that explicit. Thanks for clarifying. |
Using return instead of *return I get the error
If I un-comment the line
ending with:
The files I used ('.txt' was added at the end to github to accept the files): |
Is this issue still relevant now that we have crucible? Things have changed quite a bit in the last 3 years. |
Yep, these functions no longer exist. Closing! |
Modify the dot product example so that the
x
parameter is set to zero after the function call. How does you tell saw to also test thex
parameters. My attempt isthe C code:
The text was updated successfully, but these errors were encountered: