ggml-cpu: switch to private macros

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo
2025-06-21 19:27:55 +08:00
parent a91c3ab6b0
commit ba3513e44b
2 changed files with 5 additions and 5 deletions

View File

@ -31,13 +31,13 @@
#if defined(GGML_VXE)
#include <vecintrin.h>
#include <ggml-cpu/ggml-cpu-impl.h>
#endif
#if defined(GGML_NNPA)
#ifndef __NNPA__
#define __NNPA__
#endif // __NNPA__
#endif // GGML_NNPA
#endif // __s390x__ && __VEC__
#ifdef __cplusplus
extern "C" {