Define the LDBL_PREC to be the number of significant bits in a long
double's mantissa.
This commit is contained in:
parent
4442891961
commit
4be31f0664
@ -1,6 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
ARCH_SRCS = s_copysign.S s_copysignf.S
|
ARCH_SRCS = s_copysign.S s_copysignf.S
|
||||||
|
LDBL_PREC = 53
|
||||||
|
|
||||||
# XXX Comment from NetBSD/Alpha:
|
# XXX Comment from NetBSD/Alpha:
|
||||||
# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
|
# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
ARCH_SRCS = e_sqrt.S s_lrint.S s_llrint.S
|
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$
|
# $FreeBSD$
|
||||||
|
|
||||||
ARCH_SRCS= e_sqrt.S e_sqrtf.S
|
ARCH_SRCS= e_sqrt.S e_sqrtf.S
|
||||||
|
LDBL_PREC= 113
|
||||||
|
Loading…
x
Reference in New Issue
Block a user