Define the LDBL_PREC to be the number of significant bits in a long
double's mantissa.
This commit is contained in:
parent
69b60bd975
commit
ed73924a0b
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ARCH_SRCS = s_copysign.S s_copysignf.S
|
||||
LDBL_PREC = 53
|
||||
|
||||
# XXX Comment from NetBSD/Alpha:
|
||||
# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ARCH_SRCS = e_sqrt.S s_lrint.S s_llrint.S
|
||||
LDBL_PREC = 64
|
||||
|
3
lib/msun/arm/Makefile.inc
Normal file
3
lib/msun/arm/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LDBL_PREC = 53
|
3
lib/msun/powerpc/Makefile.inc
Normal file
3
lib/msun/powerpc/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LDBL_PREC = 53
|
@ -1,3 +1,4 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ARCH_SRCS= e_sqrt.S e_sqrtf.S
|
||||
LDBL_PREC= 113
|
||||
|
Loading…
Reference in New Issue
Block a user