aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/mp/mp_asm64/info.txt
blob: 9af7c4ae767a39205263670f1c3ee0eb0fc54004 (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
mp_bits 64

load_on dep

<header:internal>
mp_asm.h
mp_generic:mp_asmi.h
</header:internal>

<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
sunstudio
</cc>