Skip to content

Commit 96c2929

Browse files
committed
wip
1 parent 0662958 commit 96c2929

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmake/modules/FindAVX.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ MACRO(CHECK_SSE lang type flags)
9595
SET(${lang}_${type}_FLAGS "${${lang}_${type}_FLAGS}" CACHE STRING "${lang} ${type} flags")
9696

9797
MARK_AS_ADVANCED(${lang}_${type}_FOUND ${lang}_${type}_FLAGS)
98-
99-
MESSAGE(STATUS "AVX: ${lang} ${type} support: ${${lang}_${type}_FLAGS}")
10098
ENDMACRO()
10199

102100

@@ -108,3 +106,7 @@ foreach(lang C;CXX)
108106
CHECK_SSE(${lang} "AVX512" "-mavx512f -mavx512dq -mavx512vl -mavx512bw -mfma;/arch:AVX512")
109107
endif()
110108
endforeach()
109+
110+
MESSAGE(STATUS "CXX_AVX_FLAGS: ${CXX_AVX_FLAGS}")
111+
MESSAGE(STATUS "CXX_AVX2_FLAGS: ${CXX_AVX2_FLAGS}")
112+
MESSAGE(STATUS "CXX_AVX512_FLAGS: ${CXX_AVX512_FLAGS}")

0 commit comments

Comments
 (0)