- 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

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