[Support/BLAKE3] Fix error in prior commit, apply `-mavx512vl` for `blake3_avx512_x86-64_unix.S` when including it

This commit is contained in:
Argyrios Kyrtzidis 2022-06-22 10:49:31 -07:00
parent a1ee0b947d
commit 69d9437472
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ if (CAN_USE_ASSEMBLER)
blake3_avx512_x86-64_unix.S
)
# Clang-6 needs this flag.
set_source_files_properties(blake3_avx512_x86-64_windows_gnu.S
set_source_files_properties(blake3_avx512_x86-64_unix.S
PROPERTIES COMPILE_OPTIONS "-mavx512vl")
else()
disable_blake3_x86_simd()