diff options
author | lloyd <[email protected]> | 2006-12-15 00:24:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-12-15 00:24:58 +0000 |
commit | 7493f28abbd50ea6707d54fd4ab0199c5ae72f33 (patch) | |
tree | cbc0d2045fd4cf56a0f0cdbbfb1446b2120abdde | |
parent | abe82f46b251adc496a7b3f232d4fd5fd513449a (diff) |
Rename the mp_muladd source files to mp_mulop
-rw-r--r-- | modules/alg_amd64/modinfo.txt | 9 | ||||
-rw-r--r-- | modules/alg_amd64/mp_mulop.S (renamed from modules/alg_amd64/mp_muladd.S) | 0 | ||||
-rw-r--r-- | modules/alg_ia32/modinfo.txt | 4 | ||||
-rw-r--r-- | modules/alg_ia32/mp_mulop.S (renamed from modules/alg_ia32/mp_muladd.S) | 0 | ||||
-rw-r--r-- | src/mp_mulop.cpp (renamed from src/mp_muladd.cpp) | 0 |
5 files changed, 4 insertions, 9 deletions
diff --git a/modules/alg_amd64/modinfo.txt b/modules/alg_amd64/modinfo.txt index 6dcfc3fe8..dfbbefbb6 100644 --- a/modules/alg_amd64/modinfo.txt +++ b/modules/alg_amd64/modinfo.txt @@ -2,18 +2,13 @@ realname "Algorithm x86-64 Assembler" mp_bits 64 -<replace> -#sha160.cpp -</replace> - <ignore> -mp_muladd.cpp +mp_mulop.cpp </ignore> <add> asm_macr.h -mp_muladd.S -#sha1core.S +mp_mulop.S </add> <arch> diff --git a/modules/alg_amd64/mp_muladd.S b/modules/alg_amd64/mp_mulop.S index 71477cf2b..71477cf2b 100644 --- a/modules/alg_amd64/mp_muladd.S +++ b/modules/alg_amd64/mp_mulop.S diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt index 8135c7ee3..8cd10454c 100644 --- a/modules/alg_ia32/modinfo.txt +++ b/modules/alg_ia32/modinfo.txt @@ -10,7 +10,7 @@ serpent.cpp </replace> <ignore> -mp_muladd.cpp +mp_mulop.cpp </ignore> <add> @@ -19,7 +19,7 @@ md4core.S md5core.S sha1core.S serp_asm.S -mp_muladd.S +mp_mulop.S </add> <arch> diff --git a/modules/alg_ia32/mp_muladd.S b/modules/alg_ia32/mp_mulop.S index 53b210d25..53b210d25 100644 --- a/modules/alg_ia32/mp_muladd.S +++ b/modules/alg_ia32/mp_mulop.S diff --git a/src/mp_muladd.cpp b/src/mp_mulop.cpp index 715467a88..715467a88 100644 --- a/src/mp_muladd.cpp +++ b/src/mp_mulop.cpp |