aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/simd
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-02-10 10:26:10 -0500
committerJack Lloyd <[email protected]>2020-02-10 10:26:10 -0500
commitb3d12bd09e0315179b771ddf17f389fdb34e060a (patch)
tree08412eac9c5583881a87e84b82beaf915c3504fb /src/lib/utils/simd
parentd0facaf0f8065ad9fe28dcf299772c9c8e33705a (diff)
Disable AVX2 under Intel C++
It doesn't support target attributes on overloaded operators (?!?) GH #2260
Diffstat (limited to 'src/lib/utils/simd')
-rw-r--r--src/lib/utils/simd/simd_avx2/info.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/utils/simd/simd_avx2/info.txt b/src/lib/utils/simd/simd_avx2/info.txt
index 5104f9eb3..13a9ae4cb 100644
--- a/src/lib/utils/simd/simd_avx2/info.txt
+++ b/src/lib/utils/simd/simd_avx2/info.txt
@@ -14,5 +14,8 @@ simd_avx2.h
gcc
clang
msvc
-icc
+
+# Intel C++ 2020 doesn't support target attribute on overloaded
+# operators, see GH #2260
+#icc
</cc>