Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bukejiyu committed Apr 8, 2024
1 parent 0533290 commit 7364df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/simd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ elseif(MSVC)
set(SSE3_FLAG "/arch:SSE3")
set(AVX_FLAG "/arch:AVX")
set(AVX2_FLAG "/arch:AVX2")
set(AVX512F "/arch:AVX512")
endif()

set(CMAKE_REQUIRED_FLAGS_RETAINED ${CMAKE_REQUIRED_FLAGS})
Expand Down

0 comments on commit 7364df2

Please sign in to comment.