diff options
author | lloyd <[email protected]> | 2008-09-29 20:20:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 20:20:49 +0000 |
commit | a3366dc421c4ef9f802009a667ddcb8a9cd2c8a6 (patch) | |
tree | 99acc26ed3fc07746c074fefebaca2561d99471c | |
parent | 7c0319368d1948d54db514e5f72c589a397e2909 (diff) |
Reorg BigInt asm modules
-rw-r--r-- | src/bigint/monty_amd64/mp_monty.S (renamed from src/bigint/asm_amd64/mp_monty.S) | 0 | ||||
-rw-r--r-- | src/bigint/monty_amd64/xxxinfo.txt (renamed from src/bigint/asm_amd64/xxxinfo.txt) | 0 | ||||
-rw-r--r-- | src/bigint/mulop_amd64/mp_mulop.cpp (renamed from src/bigint/asm_amd64/mp_mulop.cpp) | 0 | ||||
-rw-r--r-- | src/bigint/mulop_amd64/mp_mulop_amd64.S (renamed from src/bigint/asm_amd64/mp_mulop_amd64.S) | 0 | ||||
-rw-r--r-- | src/bigint/mulop_ia32/mp_mulop.S (renamed from src/bigint/asm_ia32/mp_mulop.S) | 0 | ||||
-rw-r--r-- | src/bigint/mulop_ia32/xxxinfo.txt (renamed from src/bigint/asm_ia32/xxxinfo.txt) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/src/bigint/asm_amd64/mp_monty.S b/src/bigint/monty_amd64/mp_monty.S index 3dd4040bc..3dd4040bc 100644 --- a/src/bigint/asm_amd64/mp_monty.S +++ b/src/bigint/monty_amd64/mp_monty.S diff --git a/src/bigint/asm_amd64/xxxinfo.txt b/src/bigint/monty_amd64/xxxinfo.txt index 2a8f9fe5b..2a8f9fe5b 100644 --- a/src/bigint/asm_amd64/xxxinfo.txt +++ b/src/bigint/monty_amd64/xxxinfo.txt diff --git a/src/bigint/asm_amd64/mp_mulop.cpp b/src/bigint/mulop_amd64/mp_mulop.cpp index d1aa51489..d1aa51489 100644 --- a/src/bigint/asm_amd64/mp_mulop.cpp +++ b/src/bigint/mulop_amd64/mp_mulop.cpp diff --git a/src/bigint/asm_amd64/mp_mulop_amd64.S b/src/bigint/mulop_amd64/mp_mulop_amd64.S index e5bba23fb..e5bba23fb 100644 --- a/src/bigint/asm_amd64/mp_mulop_amd64.S +++ b/src/bigint/mulop_amd64/mp_mulop_amd64.S diff --git a/src/bigint/asm_ia32/mp_mulop.S b/src/bigint/mulop_ia32/mp_mulop.S index a5f0d3b27..a5f0d3b27 100644 --- a/src/bigint/asm_ia32/mp_mulop.S +++ b/src/bigint/mulop_ia32/mp_mulop.S diff --git a/src/bigint/asm_ia32/xxxinfo.txt b/src/bigint/mulop_ia32/xxxinfo.txt index 12c8cd96d..12c8cd96d 100644 --- a/src/bigint/asm_ia32/xxxinfo.txt +++ b/src/bigint/mulop_ia32/xxxinfo.txt |