diff options
author | lloyd <[email protected]> | 2008-09-29 02:13:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 02:13:16 +0000 |
commit | 45bde591db0feeb274e137aa021495f823409fd4 (patch) | |
tree | 9ff51cea74cb1a880e91de79d2b8d8e0933c2ca0 /src/bigint | |
parent | 3a0dfc98dc7013b106c196800643f89f7d6250a7 (diff) |
Start fixing up for full asm support again
Diffstat (limited to 'src/bigint')
-rw-r--r-- | src/bigint/modinfo.txt | 3 | ||||
-rw-r--r-- | src/bigint/mp_amd64/xxxinfo.txt | 8 | ||||
-rw-r--r-- | src/bigint/mp_generic/mp_asm.h (renamed from src/bigint/mp_asm.h) | 0 | ||||
-rw-r--r-- | src/bigint/mp_generic/mp_asmi.h (renamed from src/bigint/mp_asmi.h) | 0 | ||||
-rw-r--r-- | src/bigint/mp_ia32/xxxinfo.txt | 6 | ||||
-rw-r--r-- | src/bigint/mp_ia32_msvc/xxxinfo.txt | 4 |
6 files changed, 9 insertions, 12 deletions
diff --git a/src/bigint/modinfo.txt b/src/bigint/modinfo.txt index 121b6366e..966d719d6 100644 --- a/src/bigint/modinfo.txt +++ b/src/bigint/modinfo.txt @@ -6,6 +6,7 @@ define BIGINT <requires> hex +mp_generic </requires> <add> @@ -25,8 +26,6 @@ dsa_gen.cpp jacobi.cpp make_prm.cpp mp_asm.cpp -mp_asm.h -mp_asmi.h mp_comba.cpp mp_core.h mp_karat.cpp diff --git a/src/bigint/mp_amd64/xxxinfo.txt b/src/bigint/mp_amd64/xxxinfo.txt index a042a3976..797d3833a 100644 --- a/src/bigint/mp_amd64/xxxinfo.txt +++ b/src/bigint/mp_amd64/xxxinfo.txt @@ -1,15 +1,13 @@ -realname "x86-64 MPI Assembler Core" +realname "MPI Core (x86-64)" mp_bits 64 load_on asm_ok -<replace> -bswap.h +<add> mp_asm.h mp_asmi.h -#mp_mulop.cpp -</replace> +</add> <arch> amd64 diff --git a/src/bigint/mp_asm.h b/src/bigint/mp_generic/mp_asm.h index e62a57110..e62a57110 100644 --- a/src/bigint/mp_asm.h +++ b/src/bigint/mp_generic/mp_asm.h diff --git a/src/bigint/mp_asmi.h b/src/bigint/mp_generic/mp_asmi.h index d15295154..d15295154 100644 --- a/src/bigint/mp_asmi.h +++ b/src/bigint/mp_generic/mp_asmi.h diff --git a/src/bigint/mp_ia32/xxxinfo.txt b/src/bigint/mp_ia32/xxxinfo.txt index cf4959250..98c66e190 100644 --- a/src/bigint/mp_ia32/xxxinfo.txt +++ b/src/bigint/mp_ia32/xxxinfo.txt @@ -1,13 +1,13 @@ -realname "x86 MPI Assembler Core" +realname "MPI Core (x86)" mp_bits 32 load_on asm_ok -<replace> +<add> mp_asm.h mp_asmi.h -</replace> +</add> <arch> ia32 diff --git a/src/bigint/mp_ia32_msvc/xxxinfo.txt b/src/bigint/mp_ia32_msvc/xxxinfo.txt index 36d9d0290..7a26dcdab 100644 --- a/src/bigint/mp_ia32_msvc/xxxinfo.txt +++ b/src/bigint/mp_ia32_msvc/xxxinfo.txt @@ -4,9 +4,9 @@ mp_bits 32 #load_on asm_ok -<replace> +<add> mp_asmi.h -</replace> +</add> <arch> ia32 |