diff options
author | lloyd <[email protected]> | 2008-11-11 04:55:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 04:55:51 +0000 |
commit | 1a3ab9bf2aba7910e0cfff760635b68589089888 (patch) | |
tree | 66ce9d822fe5f8163d60b86ffe252be639503645 /src/hash | |
parent | 54f82a91844808eb1612080427fb64d44c486aad (diff) |
Split asm_engine into three engines (ia32, amd64, sse2). This allows
them to be individually requested as providers on lookup.
Diffstat (limited to 'src/hash')
-rw-r--r-- | src/hash/sha1_amd64/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hash/sha1_amd64/info.txt b/src/hash/sha1_amd64/info.txt index be3b51ca2..ad473369a 100644 --- a/src/hash/sha1_amd64/info.txt +++ b/src/hash/sha1_amd64/info.txt @@ -1,5 +1,7 @@ realname "SHA-1 (x86-64 assembler)" +define SHA1_AMD64 + load_on auto <add> |