mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-06 17:33:50 +00:00
ggml-cpu: fix macro declaration
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
||||
#if defined(__s390x__) && defined(__VEC__)
|
||||
#if defined(GGML_VXE)
|
||||
#include <vecintrin.h>
|
||||
#include <ggml-cpu/ggml-cpu-impl.h>
|
||||
|
||||
|
Reference in New Issue
Block a user