-
Notifications
You must be signed in to change notification settings - Fork 73
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
Implement fast-math
Version of ReverseDouble
with +ffi
#106
Comments
This is the relevant position in the code for this issue: Lines 90 to 108 in 18efa2c
|
Did including this check create a measurable change in any large examples? I forget if we discussed this before |
@julmb has some large |
Yes, in my application this would result in a performance improvement of around 20%. |
ReverseDouble
that achieves better performance at the expense of not being correct with respect to special IEEE floating-point values. This would be more work, but it would give a better migration story for anyone whose applications' performance might be negatively impacted by these changes.Originally posted by @RyanGlScott in #105 (comment)
The text was updated successfully, but these errors were encountered: