-
Notifications
You must be signed in to change notification settings - Fork 293
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
cmake: Add option to select micro-arch, use x86-64-v2 by default #548
Conversation
Clang 15, Haswell
|
GCC 12, Haswell
|
84e74b4
to
0591247
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #548 +/- ##
==========================================
- Coverage 97.30% 97.28% -0.03%
==========================================
Files 79 80 +1
Lines 7679 7684 +5
==========================================
+ Hits 7472 7475 +3
- Misses 207 209 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
GCC 12, Zen2
|
I'd add a runtime check in the beginning of execution that terminates the program on a CPU not meeting x86-64-v2. |
7034aa8
to
9942b02
Compare
cc81572
to
595135f
Compare
Clang 16, Haswell
|
GCC 12, Haswell
|
No description provided.