Skip to content

Commit 43468f5

Browse files
Restore old file with one flag
1 parent 17ce08b commit 43468f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blake3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ add_library(blake3 STATIC
1111
set_source_files_properties(blake3_sse2.c PROPERTIES COMPILE_OPTIONS "-msse2")
1212
set_source_files_properties(blake3_sse41.c PROPERTIES COMPILE_OPTIONS "-msse4.1")
1313
set_source_files_properties(blake3_avx2.c PROPERTIES COMPILE_OPTIONS "-mavx2")
14-
set_source_files_properties(blake3_avx512.c PROPERTIES COMPILE_OPTIONS "-mavx512f -mavx512vl")
14+
set_source_files_properties(blake3_avx512.c PROPERTIES COMPILE_OPTIONS "-mavx512vl")

0 commit comments

Comments
 (0)