aboutsummaryrefslogtreecommitdiffstats
path: root/src/bigint/mp_asm64/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 22:41:49 +0000
committerlloyd <[email protected]>2008-09-30 22:41:49 +0000
commit13d08cbe978c4cd0de01aa0120c39470508cbbcb (patch)
treeff93739131cbca0dbdf23a31cd4b7611faf5aa6e /src/bigint/mp_asm64/info.txt
parent8854fe339f2e1f81091ba65c042824e8cc62cbbc (diff)
Rearrange BigInt directories:
math/bigint - BigInt implementation math/numbertheory - Math stuff built on top of BigInt Coming soon: math/gfp (parts of pk/ecdsa) Update deps in the pk files
Diffstat (limited to 'src/bigint/mp_asm64/info.txt')
-rw-r--r--src/bigint/mp_asm64/info.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/bigint/mp_asm64/info.txt b/src/bigint/mp_asm64/info.txt
deleted file mode 100644
index 85a4391b9..000000000
--- a/src/bigint/mp_asm64/info.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-realname "MPI Core (Alpha/IA-64/MIPS64/PowerPC-64/SPARC64)"
-
-mp_bits 64
-
-load_on dep
-
-<add>
-mp_asm.h
-mp_generic:mp_asmi.h
-</add>
-
-<arch>
-alpha
-ia64
-mips64
-ppc64
-sparc64
-</arch>
-
-# The inline asm only works with gcc, but it looks like (at least on
-# UltraSPARC), using 64-bit words and the sythensized multiply is a 5 to 25%
-# win, so it's probably worth using elsewhere.
-<cc>
-gcc
-sunwspro
-</cc>