diff options
author | Jack Lloyd <[email protected]> | 2017-05-19 10:47:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-05-19 10:47:16 -0400 |
commit | 7f019174bfcf3c2b31bda74fe40ce35727db1cef (patch) | |
tree | f404d86e09508e74671d266f0c8b1e37376ef3aa | |
parent | 039b7141889b4bdca88f18cd65a6d897f8c80848 (diff) |
Set minimum compiler versions for SHA intrinsics
-rw-r--r-- | src/lib/hash/sha1/sha1_x86/info.txt | 6 | ||||
-rw-r--r-- | src/lib/hash/sha2_32/sha2_32_x86/info.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/hash/sha1/sha1_x86/info.txt b/src/lib/hash/sha1/sha1_x86/info.txt index fe68b17f0..fa329ae77 100644 --- a/src/lib/hash/sha1/sha1_x86/info.txt +++ b/src/lib/hash/sha1/sha1_x86/info.txt @@ -3,3 +3,9 @@ SHA1_X86_SHA_NI -> 20170518 </defines> need_isa sha,ssse3,sse4.1 + +<cc> +clang:3.9 +gcc:5.0 +msvc:2015 +</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 feec5a30a..c0b159ab2 100644 --- a/src/lib/hash/sha2_32/sha2_32_x86/info.txt +++ b/src/lib/hash/sha2_32/sha2_32_x86/info.txt @@ -3,3 +3,9 @@ SHA2_32_X86 -> 20170518 </defines> need_isa sha,sse4.1 + +<cc> +gcc:5.0 +clang:3.9 +msvc:2015 +</cc> |