diff options
author | Jack Lloyd <[email protected]> | 2019-09-27 10:32:27 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-27 10:32:27 -0400 |
commit | 5befd710a9ba2a40c0998c3e0a87943e4b8f829b (patch) | |
tree | 79ee9a6b7ef3a474063e0516c7bef055de6051ac /src/lib/block | |
parent | 007869446e8226f5a9906dbe33e34d5de63b0d12 (diff) |
Disable AVX2 Serpent on MSVC
MSVC 19.24.28117 miscompiles it
GH #2120
Diffstat (limited to 'src/lib/block')
-rw-r--r-- | src/lib/block/serpent/serpent_avx2/info.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/block/serpent/serpent_avx2/info.txt b/src/lib/block/serpent/serpent_avx2/info.txt index 52f62b4d3..b0fbfb334 100644 --- a/src/lib/block/serpent/serpent_avx2/info.txt +++ b/src/lib/block/serpent/serpent_avx2/info.txt @@ -9,3 +9,9 @@ avx2 <requires> simd_avx2 </requires> + +# We must exclude MSVC due to #2120 +<cc> +gcc +clang +</cc> |