diff options
author | Jack Lloyd <[email protected]> | 2017-12-11 19:53:37 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-11 20:10:54 -0500 |
commit | f2a663bbb74b18026aee07fe58e5ae29fc10d97c (patch) | |
tree | 4264fa333c8299cdfa00fd9f20c9cb178779ed1d /src/lib/hash | |
parent | 3a527421fef669690b610286f35aec0d8498939d (diff) |
Rename the SSE4 ISA extensions
Simplifies macro generation
Diffstat (limited to 'src/lib/hash')
-rw-r--r-- | src/lib/hash/sha1/sha1_x86/info.txt | 2 | ||||
-rw-r--r-- | src/lib/hash/sha2_32/sha2_32_x86/info.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hash/sha1/sha1_x86/info.txt b/src/lib/hash/sha1/sha1_x86/info.txt index 9cddd40a2..2f48f7627 100644 --- a/src/lib/hash/sha1/sha1_x86/info.txt +++ b/src/lib/hash/sha1/sha1_x86/info.txt @@ -2,7 +2,7 @@ SHA1_X86_SHA_NI -> 20170518 </defines> -need_isa sha,ssse3,sse4.1 +need_isa sha,ssse3,sse4_1 <cc> clang:3.9 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 bf34e73a3..f3964e441 100644 --- a/src/lib/hash/sha2_32/sha2_32_x86/info.txt +++ b/src/lib/hash/sha2_32/sha2_32_x86/info.txt @@ -2,7 +2,7 @@ SHA2_32_X86 -> 20170518 </defines> -need_isa sha,sse4.1 +need_isa sha,sse4_1 <cc> gcc:5.0 |