Skip to content

Commit

Permalink
fix,test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 committed Dec 25, 2024
1 parent a8e7ed4 commit d3564c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/simd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ if(AVX512F_FOUND)
endif()

set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS_RETAINED})
mark_as_advanced(MMX_FOUND SSE2_FOUND SSE3_FOUND AVX_FOUND AVX2_FOUND)
mark_as_advanced(MMX_FOUND SSE2_FOUND SSE3_FOUND AVX_FOUND AVX2_FOUND
AVX512F_FOUND)

0 comments on commit d3564c9

Please sign in to comment.