diff options
author | Jack Lloyd <[email protected]> | 2019-09-04 09:23:53 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-04 12:16:53 -0400 |
commit | c6854a46ddf8fa13d01b3d1fb62ba9726a5dbd6d (patch) | |
tree | 6bb280d9a5606e76e0bdd9efe4ea12e1576e4eaf /src/lib/hash/sha2_32 | |
parent | 61e2d0fb12a57743eda6da950e9b6fa31ccb7fc0 (diff) |
Make ssse3/sse2 dependencies explicit rather than implicit
Previously --disable-sse2/--disable-ssse3 would not work as expected
Diffstat (limited to 'src/lib/hash/sha2_32')
-rw-r--r-- | src/lib/hash/sha2_32/sha2_32_x86/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 bc167ef04..8d9fb4149 100644 --- a/src/lib/hash/sha2_32/sha2_32_x86/info.txt +++ b/src/lib/hash/sha2_32/sha2_32_x86/info.txt @@ -4,6 +4,7 @@ SHA2_32_X86 -> 20170518 <isa> sha +sse2 ssse3 sse41 </isa> |