diff options
author | lloyd <[email protected]> | 2007-03-12 02:38:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-03-12 02:38:26 +0000 |
commit | bfda1bc3734183d2023f00a8ef4841c4ed31dc8c (patch) | |
tree | 9fae39096bbf1929816079bea072f850e35069d5 /modules/alg_amd64/modinfo.txt | |
parent | 615e45ccc278ee8109c2badb8f666abc720f0dca (diff) |
Check in an initial assembler implementation of SHA-1 for x86-64 systems.
It is not amazingly optimized, about 5% faster than what GCC 4.1.1 does
on my Core2 with the normal C++ code, but it's a start.
Diffstat (limited to 'modules/alg_amd64/modinfo.txt')
-rw-r--r-- | modules/alg_amd64/modinfo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/alg_amd64/modinfo.txt b/modules/alg_amd64/modinfo.txt index 04ee56d19..f9023b273 100644 --- a/modules/alg_amd64/modinfo.txt +++ b/modules/alg_amd64/modinfo.txt @@ -4,9 +4,12 @@ mp_bits 64 load_on: asm_ok +<replace> +sha160.cpp +</replace> + <ignore> mp_mulop.cpp -sha160.cpp </ignore> <add> |