aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_amd64/modinfo.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-03-12 02:38:26 +0000
committerlloyd <[email protected]>2007-03-12 02:38:26 +0000
commitbfda1bc3734183d2023f00a8ef4841c4ed31dc8c (patch)
tree9fae39096bbf1929816079bea072f850e35069d5 /modules/alg_amd64/modinfo.txt
parent615e45ccc278ee8109c2badb8f666abc720f0dca (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.txt5
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>