diff options
author | Jack Lloyd <[email protected]> | 2020-11-06 18:12:01 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-06 18:12:01 -0500 |
commit | 59dc1e1d7dd1e0fc086c3c06f0d27fc0a4d02437 (patch) | |
tree | 3441c139a852e4165e0fa455005e2eead7623f5a /src/lib/hash/sha2_32 | |
parent | daa7d4f26a866f542ff41b21be0d93c23263a2ff (diff) |
Remove compiler version checks for old compilers
Also, add MSVC for ghash_cpu - somehow this got lost!
Diffstat (limited to 'src/lib/hash/sha2_32')
-rw-r--r-- | src/lib/hash/sha2_32/sha2_32_armv8/info.txt | 4 | ||||
-rw-r--r-- | src/lib/hash/sha2_32/sha2_32_x86/info.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/hash/sha2_32/sha2_32_armv8/info.txt b/src/lib/hash/sha2_32/sha2_32_armv8/info.txt index cd8813b74..64a227f5c 100644 --- a/src/lib/hash/sha2_32/sha2_32_armv8/info.txt +++ b/src/lib/hash/sha2_32/sha2_32_armv8/info.txt @@ -7,6 +7,6 @@ armv8crypto </isa> <cc> -gcc:4.9 -clang:3.8 +gcc +clang </cc> diff --git a/src/lib/hash/sha2_32/sha2_32_x86/info.txt b/src/lib/hash/sha2_32/sha2_32_x86/info.txt index 8d9fb4149..4e1494d35 100644 --- a/src/lib/hash/sha2_32/sha2_32_x86/info.txt +++ b/src/lib/hash/sha2_32/sha2_32_x86/info.txt @@ -10,7 +10,7 @@ sse41 </isa> <cc> -gcc:5.0 -clang:3.9 -msvc:19.0 # MSVS 2015 +gcc +clang +msvc </cc> |