diff options
author | Jack Lloyd <[email protected]> | 2017-01-07 12:33:18 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-05-19 10:45:16 -0400 |
commit | 039b7141889b4bdca88f18cd65a6d897f8c80848 (patch) | |
tree | cfade70d2db00828f937a9f6039fe8c6fc6d2cb1 /src/lib/hash/sha2_32/sha2_32_x86/info.txt | |
parent | 7873092f84bf61ac932330e0a17449c17897b91b (diff) |
Add support for Intel SHA-1/SHA-2 instructions
Based on GH #807 and #808
Diffstat (limited to 'src/lib/hash/sha2_32/sha2_32_x86/info.txt')
-rw-r--r-- | src/lib/hash/sha2_32/sha2_32_x86/info.txt | 5 |
1 files changed, 5 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 new file mode 100644 index 000000000..feec5a30a --- /dev/null +++ b/src/lib/hash/sha2_32/sha2_32_x86/info.txt @@ -0,0 +1,5 @@ +<defines> +SHA2_32_X86 -> 20170518 +</defines> + +need_isa sha,sse4.1 |