-
Notifications
You must be signed in to change notification settings - Fork 215
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
Remove global -ffast-math flag, instead apply fast math to just color_helpers.cpp #1494
base: master
Are you sure you want to change the base?
Conversation
I'd rather just have the pragma thing, rather than the denorms thing... We can come back to it if we want it. |
442eb4b
to
3e0552e
Compare
@Joshua-Ashton |
3e0552e
to
c540046
Compare
Can confirm this fixes #1493. |
6545090
to
43e87da
Compare
43e87da
to
467e12c
Compare
51539cf
to
f8051ff
Compare
f8051ff
to
f11b326
Compare
Edited to remove the msr things as per misyl’s feedback |
This should also fix #1622. |
…pers.h/color_helpers.cpp
01450bb
to
a1e7992
Compare
15fa3d9
to
4f28eab
Compare
Slight edit to PR: |
21f10d2
to
9c390df
Compare
9c390df
to
e13b7b4
Compare
Should fix #1493