- 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:
parent
99401fa2e9
commit
b1f37dcef4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user