From ed73924a0bba893e434534e84200513588a271a9 Mon Sep 17 00:00:00 2001 From: das Date: Mon, 7 Mar 2005 04:53:36 +0000 Subject: Define the LDBL_PREC to be the number of significant bits in a long double's mantissa. --- lib/msun/sparc64/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/msun/sparc64') diff --git a/lib/msun/sparc64/Makefile.inc b/lib/msun/sparc64/Makefile.inc index d729490..199be41 100644 --- a/lib/msun/sparc64/Makefile.inc +++ b/lib/msun/sparc64/Makefile.inc @@ -1,3 +1,4 @@ # $FreeBSD$ ARCH_SRCS= e_sqrt.S e_sqrtf.S +LDBL_PREC= 113 -- cgit v1.1