1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

- Define the LDBL_PREC to be the number of significant bits in a long

double's mantissa.
- Add an assembly version of fmal.
This commit is contained in:
David Schultz 2005-03-07 04:54:02 +00:00
parent 99401fa2e9
commit b1f37dcef4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143210

View File

@ -1,3 +1,4 @@
# $FreeBSD$
ARCH_SRCS = s_fma.S s_fmaf.S
ARCH_SRCS = s_fma.S s_fmaf.S s_fmal.S
LDBL_PREC = 64