-
Notifications
You must be signed in to change notification settings - Fork 100
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
u-c: cabal: add no-msse4.2 flag, enable -msse4.2 as default on x86 architectures #483
base: master
Are you sure you want to change the base?
u-c: cabal: add no-msse4.2 flag, enable -msse4.2 as default on x86 architectures #483
Conversation
757f900
to
45cc38f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would make more sense to call the flag sse42
(the m
isn't part of the name, it's just a prefix for machine-specific options) and enable it by default.
661ec4c
to
9a449f2
Compare
b2d9772
to
ea9dd46
Compare
1bd9fa3
to
ad52f90
Compare
I'd suggest OP use some global version of |
|
Good question. I think it wont, as at Core level (i.e. in unfoldings to be inlined) we only have magic |
closes #464.
I didn't test this locally so we'll see what CI says.
Also I assumed this would be in a new minor release so I added that to the CHANGE.md file but did not change the versioning in the cabal file