MINGW-packages/mingw-w64-qt5-base/0025-enable-avx-support.patch
مهدي شينون (Mehdi Chinoune) d3351b41cf qt5: update to 5.15.8 - Part1
2023-01-05 18:27:27 +01:00

13 lines
383 B
Diff

--- a/config.tests/x86_simd/main.cpp
+++ b/config.tests/x86_simd/main.cpp
@@ -161,9 +161,6 @@
#endif
#if T(AVX)
-# if defined(__WIN64__) && defined(__GNUC__) && !defined(__clang__)
-# error "AVX support is broken in 64-bit MinGW - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49001"
-# endif
attribute_target("avx") void test_avx()
{
__m256d a = _mm256_setzero_pd();