-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
@fastmath log is slower #36214
Comments
Same with |
Can we just get rid of (but not @fastmath) |
This is a separate problem, but the non-fastmath version of |
I agree with @simonbyrne suggestions. I have thought about this before and glad it has been brought up. |
Not sure about in general. |
I think it's just been discussed many times on all the PRs for libm features, but I also thought there was an issue. For log specifically, it would make sense if fastmath calls openlibm, but log calls the table based method. |
Getting rid of |
Is it time for taking fastmath seriously? |
Where "taking fastmath seriously" means "deleting fastmath" 😁 |
fastmath is now a no-op with #41638 |
This is about the macro, not the mode. However the actual issue has also been fixed. |
I'm finding the fastmath implementation of log() to actually be slower than the non-fastmath version.
This was done on Julia 1.4.2 on an AMD 3900X in Fedora Linux.
The text was updated successfully, but these errors were encountered: