cabelo@opensuse.org - Build in openSUSE:compatible with gcc7

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A. CABELO) 2024-02-20 05:38:25 -03:00
parent acdec2fe25
commit b647530ad3

View file

@ -58,7 +58,6 @@
#endif #endif
#endif #endif
#if defined(__AVX__) || defined(__AVX2__) || defined(__AVX512F__) || defined(__SSSE3__) #if defined(__AVX__) || defined(__AVX2__) || defined(__AVX512F__) || defined(__SSSE3__)
// multiply int8_t, add results pairwise twice // multiply int8_t, add results pairwise twice
static inline __m128i mul_sum_i8_pairs(const __m128i x, const __m128i y) { static inline __m128i mul_sum_i8_pairs(const __m128i x, const __m128i y) {