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)
65
65
add_compile_definitions (LOG_DISABLE_LOGS )
66
66
add_compile_definitions (GGML_USE_CPU )
67
67
add_compile_definitions (GGML_USE_CPU_AARCH64 )
68
- add_compile_definitions (NOMINMAX )
69
68
70
69
if (MSVC )
71
70
add_compile_options ("$<$<COMPILE_LANGUAGE:C>:/utf-8>" )
@@ -424,11 +423,11 @@ add_library(ggml
424
423
ggml/src/ggml-cpu/binary-ops.cpp
425
424
ggml/src/ggml-cpu/unary-ops.h
426
425
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
432
431
ggml/src/ggml-backend-reg.cpp
433
432
ggml/include/gguf.h
434
433
ggml/src/gguf.cpp
You can’t perform that action at this time.
0 commit comments