From b647530ad3693d3936e795b6fdfb287ff6542c4e Mon Sep 17 00:00:00 2001 From: "Alessandro de Oliveira Faria (A.K.A. CABELO)" Date: Tue, 20 Feb 2024 05:38:25 -0300 Subject: [PATCH] cabelo@opensuse.org - Build in openSUSE:compatible with gcc7 --- ggml-quants.c | 1 - 1 file changed, 1 deletion(-) 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) {