about summary refs log tree commit diff
path: root/sysdeps/x86_64/Implies
blob: 22067abbfbcdade8453faf6c9396433ee4b0aaa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
echo x86
[ "$machine" = x86_64/64 ] && echo wordsize-64
[ "$machine" = x86_64/x32 ] && echo wordsize-32
cat <<EOF
ieee754/ldbl-96
ieee754/dbl-64/wordsize-64
ieee754/dbl-64
ieee754/flt-32
EOF