File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ find_package(Threads REQUIRED)
6565add_compile_definitions (LOG_DISABLE_LOGS)
6666add_compile_definitions (GGML_USE_CPU)
6767add_compile_definitions (GGML_USE_CPU_AARCH64)
68+ add_compile_definitions (NOMINMAX)
6869
6970if (MSVC )
7071 add_compile_options ("$<$<COMPILE_LANGUAGE:C>:/utf-8>" )
@@ -423,11 +424,11 @@ add_library(ggml
423424 ggml/src/ggml-cpu/binary-ops.cpp
424425 ggml/src/ggml-cpu/unary-ops.h
425426 ggml/src/ggml-cpu/unary-ops.cpp
426- ggml-cpu/simd-mappings.h
427- ggml-cpu/vec.h
428- ggml-cpu/vec.cpp
429- ggml-cpu/ops.h
430- ggml-cpu/ops.cpp
427+ ggml/src/ggml -cpu/simd-mappings.h
428+ ggml/src/ggml -cpu/vec.h
429+ ggml/src/ggml -cpu/vec.cpp
430+ ggml/src/ggml -cpu/ops.h
431+ ggml/src/ggml -cpu/ops.cpp
431432 ggml/src/ggml-backend-reg.cpp
432433 ggml/include /gguf.h
433434 ggml/src/gguf.cpp
You can’t perform that action at this time.
0 commit comments