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

lib/x86: do not specify no-evex512 when main target has evex512 #398

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

ebiggers
Copy link
Owner

Avoid build errors when building with -march=native on a system that supports AVX512.

Fixes: 972e734 ("lib/x86: Specify evex512 and no-evex512 when appropriate")

Avoid build errors when building with -march=native on a system that
supports AVX512.

Fixes: 972e734 ("lib/x86: Specify evex512 and no-evex512 when appropriate")
@ebiggers ebiggers merged commit d5070bb into master Oct 26, 2024
52 checks passed
@ebiggers ebiggers deleted the dev branch October 26, 2024 20:11
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.

1 participant