diff options
author | Jack Lloyd <[email protected]> | 2017-12-11 20:49:45 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-11 20:49:45 -0500 |
commit | 4cc5e2fe991d4233f053abedf73a5dc22594330b (patch) | |
tree | 62a5d3ab4f6fa8423e9da840e43a934011bd3732 /src/lib/hash/sha1 | |
parent | 8517b97cbeec0ca5ff2aa12ff16d04473679aee2 (diff) |
Rename SSE4.x names to avoid underscores
This breaks how we determine the ISA flags for amalgamation files.
The code for doing that is kind of a hack but I don't want to mess
with it right now, easier to just rename the ISA internally.
Diffstat (limited to 'src/lib/hash/sha1')
-rw-r--r-- | src/lib/hash/sha1/sha1_x86/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/sha1/sha1_x86/info.txt b/src/lib/hash/sha1/sha1_x86/info.txt index 2f48f7627..cfa1750c2 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,sse41 <cc> clang:3.9 |