diff --git a/ggml-quants.c b/ggml-quants.c index cb7567fc2..1cc46785a 100644 --- a/ggml-quants.c +++ b/ggml-quants.c @@ -58,7 +58,6 @@ #endif #endif - #if defined(__AVX__) || defined(__AVX2__) || defined(__AVX512F__) || defined(__SSSE3__) // multiply int8_t, add results pairwise twice static inline __m128i mul_sum_i8_pairs(const __m128i x, const __m128i y) {