aboutsummaryrefslogtreecommitdiffstats
path: root/src/bigint/mp_asm64/modinfo.txt
blob: a9e5d53dadd62378020b1719c6398d35405ea1b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>