Skip to content

Commit

Permalink
Enable AVX512F
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Oct 29, 2024
1 parent bb722b7 commit f62ac6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ if(target MATCHES "x64")
HAVE_WMMINTRIN_H=1 # AES
HAVE_AVXINTRIN_H=1 # AVX
HAVE_AVX2INTRIN_H=1 # AVX2
HAVE_AVX512FINTRIN_H # AVX512
HAVE_AVX512FINTRIN_H # AVX512F
)

if(target MATCHES "win32")
Expand All @@ -433,6 +433,7 @@ if(target MATCHES "x64")
PRIVATE
-mavx
-mavx2
-mavx512f
)
endif()

Expand Down

0 comments on commit f62ac6d

Please sign in to comment.