aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha1
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-11 20:49:45 -0500
committerJack Lloyd <[email protected]>2017-12-11 20:49:45 -0500
commit4cc5e2fe991d4233f053abedf73a5dc22594330b (patch)
tree62a5d3ab4f6fa8423e9da840e43a934011bd3732 /src/lib/hash/sha1
parent8517b97cbeec0ca5ff2aa12ff16d04473679aee2 (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.txt2
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