We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342cde8 commit 3aeb65fCopy full SHA for 3aeb65f
cmake/VcMacros.cmake
@@ -495,7 +495,7 @@ macro(vc_compile_for_all_implementations _srcs _src)
495
# which case AVX2 implies the availability of FMA and BMI2
496
#_vc_compile_one_implementation(${_srcs} AVX2 "-mavx2")
497
#_vc_compile_one_implementation(${_srcs} AVX2+BMI2 "-mavx2 -mbmi2")
498
- _vc_compile_one_implementation(${_srcs} AVX2+FMA+BMI2 "-xCORE-AVX2" "-mavx2 -mfma -mbmi2" "/arch:AVX2")
+ _vc_compile_one_implementation(${_srcs} AVX2+FMA+BMI2 "-xAVX2" "-mavx2 -mfma -mbmi2" "/arch:AVX2")
499
#_vc_compile_one_implementation(${_srcs} AVX2+FMA "-mavx2 -mfma")
500
endif()
501
list(LENGTH _only_targets _len)
0 commit comments