summaryrefslogtreecommitdiffstats
path: root/config.tests/x86_simd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/x86_simd/main.cpp')
-rw-r--r--config.tests/x86_simd/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.tests/x86_simd/main.cpp b/config.tests/x86_simd/main.cpp
index 0e7ebed8d9..29c8b97c12 100644
--- a/config.tests/x86_simd/main.cpp
+++ b/config.tests/x86_simd/main.cpp
@@ -161,9 +161,6 @@ attribute_target("sha") void test_shani()
#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();