-
Notifications
You must be signed in to change notification settings - Fork 356
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
support f*_algebraic
#3596
support f*_algebraic
#3596
Conversation
0ba4af3
to
2ddc838
Compare
Thanks! This should use Ideally, we'd also not return the exact result but perturb it a bit, to drive home the point that these operations are non-deterministic. But the existing fast-math intrinsics don't do that either so we can leave that to #3555. |
tests/pass/float_algebraic_math.rs
Outdated
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.
Please put the test into the tests/pass/intrinsics
folder.
the comment on |
2ddc838
to
406c7dd
Compare
Ah, you're right, thanks! |
Thanks, looks good. :) Please squash the commits. |
820efe2
to
18379e8
Compare
@bors r+ |
☀️ Test successful - checks-actions |
supports the
f*_algebraic
intrinsics.