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

double's mantissa.
This commit is contained in:
David Schultz 2005-03-07 04:53:36 +00:00
parent 4442891961
commit 4be31f0664
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143208
5 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
# $FreeBSD$
ARCH_SRCS = e_sqrt.S s_lrint.S s_llrint.S
LDBL_PREC = 64

View File

@ -0,0 +1,3 @@
# $FreeBSD$
LDBL_PREC = 53

View File

@ -0,0 +1,3 @@
# $FreeBSD$
LDBL_PREC = 53

View File

@ -1,3 +1,4 @@
# $FreeBSD$
ARCH_SRCS= e_sqrt.S e_sqrtf.S
LDBL_PREC= 113