Skip to content

Commit 573ff4e

Browse files
committed
[Support/BLAKE3] Fix error in prior commit, apply -mavx512vl for blake3_avx512_x86-64_unix.S when including it
1 parent 804c147 commit 573ff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/BLAKE3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (CAN_USE_ASSEMBLER)
6767
blake3_avx512_x86-64_unix.S
6868
)
6969
# Clang-6 needs this flag.
70-
set_source_files_properties(blake3_avx512_x86-64_windows_gnu.S
70+
set_source_files_properties(blake3_avx512_x86-64_unix.S
7171
PROPERTIES COMPILE_OPTIONS "-mavx512vl")
7272
else()
7373
disable_blake3_x86_simd()

0 commit comments

Comments
 (0)