File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ 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)
6968
7069if (MSVC )
7170 add_compile_options ("$<$<COMPILE_LANGUAGE:C>:/utf-8>" )
@@ -424,11 +423,11 @@ add_library(ggml
424423 ggml/src/ggml-cpu/binary-ops.cpp
425424 ggml/src/ggml-cpu/unary-ops.h
426425 ggml/src/ggml-cpu/unary-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
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
432431 ggml/src/ggml-backend-reg.cpp
433432 ggml/include /gguf.h
434433 ggml/src/gguf.cpp
You can’t perform that action at this time.
0 commit comments