Skip to content
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

copysign and sincospi are not fastmath-able #503

Merged
merged 2 commits into from
Aug 17, 2021
Merged

copysign and sincospi are not fastmath-able #503

merged 2 commits into from
Aug 17, 2021

Conversation

oxinabox
Copy link
Member

These slipped in #502 and #497.
Bad reviewing on my part.
I trusted the system we had in-place to catch anything that was in the wrong place.
However it is tricked if the function is not fast mathable, but a function it calls is.
It may be worth investing in a better check.
Or working out a way error if we break precompilation

This should I think fix invenia/Nabla.jl#208

@oxinabox oxinabox merged commit 2e6491c into master Aug 17, 2021
@oxinabox oxinabox deleted the ox/onlyfast branch August 17, 2021 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precompilation broken
2 participants