-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add support for f16 and f128 for toolchain upgrade to 6/28 #3306
Add support for f16 and f128 for toolchain upgrade to 6/28 #3306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Should the title say "upgrade to 6/28" instead of 6/26?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add some tests?
I was going to mention this in my overall comment, but completely forgot 🙈 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you at least extend this test to include the new floating points?
https://github.com/model-checking/kani/blob/main/tests/kani/FloatingPoint/main.rs
Review is stale as tests have been added.
Adds support for f16 and f128, i.e
irep
.Resolves #3303
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.