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

Minimalistic fast math support #551

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

serge-sans-paille
Copy link
Contributor

No description provided.

@SylvainCorlay
Copy link
Member

Does this actually enable the testing?

@serge-sans-paille
Copy link
Contributor Author

No, I gave up with testing under -ffast-math because it breaks a lot of function and I'm notsure we want to actually support that. This PR is just to help for #550 . Just renamed it.

@serge-sans-paille serge-sans-paille changed the title Enable testing under fast-math Minimalistic fast math support Oct 13, 2021
@RafaGago
Copy link

RafaGago commented Oct 16, 2021

As with the other fix based on volatile, my opinion, independently of it works or not here and now, is that I don't know how prone is to silently breaking in future versions of any compiler.

For me to introduce a fix like this I'd have to be sure to know why it works now and why it didn't before, which means to do some reading of the C++ standard (a boring chore). This doesn't mean that the code is incorrect. Just that I see it as risky code because I don't really know why this is good and the other version was bad.

If this would my codebase, I'd probably explain what is going on with the reorderings either as a comment on the code or on the commit message body.

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.

None yet

3 participants