diff options
Diffstat (limited to 'ggml-impl.h')
-rw-r--r-- | ggml-impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ggml-impl.h b/ggml-impl.h index 362d40f4..5e77471f 100644 --- a/ggml-impl.h +++ b/ggml-impl.h @@ -144,6 +144,10 @@ extern "C" { #endif #endif +#if defined(__ARM_FEATURE_SVE) +#include <arm_sve.h> +#endif + // 16-bit float // on Arm, we use __fp16 // on x86, we use uint16_t |