-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Performance macro usage tracking #189
Comments
I have always been told to never enable |
Yes, it is less safe loses |
I was assured that Pkg3 would have a way to set "package options", so |
Everything is being changed to broadcast, so this can be controlled by the user in the array type. |
Right now
@inbounds
and@muladd
are used in the loops.@fastmath
is not used because of JuliaLang/julia#22275, but it seems like because of JuliaLang/julia#18654 finished we can in the near future look at replacing@muladd
usage by@fastmath
(of course after the splat bugs are fixed).The master issue for "long arithmetic line issues" is the following: JuliaLang/julia#22370 . It's the main blocker/constraint on design right now. This all could be fixed by JuliaLang/julia#22545?
The text was updated successfully, but these errors were encountered: