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

Enable SVML for MSVC 2019+ #1088

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Enable SVML for MSVC 2019+ #1088

merged 2 commits into from
Oct 20, 2023

Conversation

mr-c
Copy link
Collaborator

@mr-c mr-c commented Oct 20, 2023

Fixes: #906

and don't always enable AVX512F_NATIVE

Fixes: simd-everywhere#906
Like the Intel compiler, it can lead to emiting AVX512 ops even when
/arch:AVX512 is not set.

However, the ClangCL compiler, which pretends to be MSVC, does not have
this issue.

Co-authored-by: Steven Noonan <[email protected]>
@mr-c mr-c enabled auto-merge (rebase) October 20, 2023 11:45
@mr-c mr-c disabled auto-merge October 20, 2023 17:09
@mr-c mr-c merged commit 029d749 into simd-everywhere:master Oct 20, 2023
77 of 79 checks passed
@mr-c mr-c deleted the msvc_svml branch October 20, 2023 17:09
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.

enable SVML for VS2019
1 participant