diff options
author | Jack Lloyd <[email protected]> | 2020-02-10 10:26:10 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-02-10 10:26:10 -0500 |
commit | b3d12bd09e0315179b771ddf17f389fdb34e060a (patch) | |
tree | 08412eac9c5583881a87e84b82beaf915c3504fb /src/lib/utils/simd | |
parent | d0facaf0f8065ad9fe28dcf299772c9c8e33705a (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.txt | 5 |
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> |