diff --git a/fastops/core/SIMDFunctions.h b/fastops/core/SIMDFunctions.h index 7341933..85819e5 100644 --- a/fastops/core/SIMDFunctions.h +++ b/fastops/core/SIMDFunctions.h @@ -14,6 +14,10 @@ # define Y_HAVE_NEW_INTRINSICS #endif +#if __GNUC__ > 10 +# define Y_HAVE_NEW_INTRINSICS +#endif + #if !defined(Y_HAVE_NEW_INTRINSICS) static __inline__ __m128i _mm_loadu_si32(void const* __a) {