Update ggml.c

This commit is contained in:
Julia Longtin 2024-03-16 14:13:22 +00:00
parent 192e4ad857
commit 83be3dbab7

1
ggml.c
View file

@ -880,7 +880,6 @@ inline static float vaddvq_f32(float32x4_t v) {
// number of elements to fit in a single register
//
#if defined(__ARM_NEON) && defined(__ARM_FEATURE_FMA)
#define GGML_SIMD