diff options
Diffstat (limited to 'src/bigint/mp_asm64/info.txt')
-rw-r--r-- | src/bigint/mp_asm64/info.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/bigint/mp_asm64/info.txt b/src/bigint/mp_asm64/info.txt new file mode 100644 index 000000000..f5c5266a7 --- /dev/null +++ b/src/bigint/mp_asm64/info.txt @@ -0,0 +1,25 @@ +realname "MPI Core (Alpha/IA-64/MIPS64/PowerPC-64/SPARC64)" + +mp_bits 64 + +load_on dep + +<add> +mp_asm.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> |