Skip to content

Commit 03b1c2b

Browse files
EZForeverarthw
authored andcommitted
ggml : add AVX512DQ requirement for AVX512 builds (ggml-org#9622)
1 parent 60f57b5 commit 03b1c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,7 @@ elseif (CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64" OR CMAKE_GENERATOR_PLATFORM_LW
11861186
endif()
11871187
if (GGML_AVX512)
11881188
list(APPEND ARCH_FLAGS -mavx512f)
1189+
list(APPEND ARCH_FLAGS -mavx512dq)
11891190
list(APPEND ARCH_FLAGS -mavx512bw)
11901191
endif()
11911192
if (GGML_AVX512_VBMI)

0 commit comments

Comments
 (0)