ggml-cpu: move s390x typedef to own header file

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
(cherry picked from commit 157f856c34)
This commit is contained in:
Aaron Teo
2025-06-21 19:00:20 +08:00
parent ba3513e44b
commit 18d79e1a30
3 changed files with 157 additions and 139 deletions

View File

@ -30,7 +30,7 @@
#if defined(GGML_VXE)
#include <vecintrin.h>
#include <ggml-cpu/ggml-cpu-impl.h>
#include <ggml-cpu/arch/s390/typedef.h>
#endif
#if defined(GGML_NNPA)