avx512 types: avoid using native AVX512 types on MSVC unless required
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 <steven@uplinklabs.net>
Showing
Please register or sign in to comment