diff options
Diffstat (limited to 'src/bigint/mp_asm64/xxxinfo.txt')
-rw-r--r-- | src/bigint/mp_asm64/xxxinfo.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/bigint/mp_asm64/xxxinfo.txt b/src/bigint/mp_asm64/xxxinfo.txt new file mode 100644 index 000000000..a9e5d53da --- /dev/null +++ b/src/bigint/mp_asm64/xxxinfo.txt @@ -0,0 +1,25 @@ +realname "64-bit RISC MPI Assembler Core" + +mp_bits 64 + +load_on asm_ok + +<replace> +mp_asm.h +</replace> + +<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> |