diff options
author | David Schultz <das@FreeBSD.org> | 2005-03-07 04:53:36 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2005-03-07 04:53:36 +0000 |
commit | 4be31f06641134b3b472801de3e08cee8146ee1a (patch) | |
tree | 1d6465516a4ee48b307c7a666d8f8776cb31a6ad /lib/msun/amd64 | |
parent | 444289196119129c57d35f7a86951ec3bb909d69 (diff) | |
download | src-4be31f06641134b3b472801de3e08cee8146ee1a.tar.gz src-4be31f06641134b3b472801de3e08cee8146ee1a.zip |
Define the LDBL_PREC to be the number of significant bits in a long
double's mantissa.
Notes
Notes:
svn path=/head/; revision=143208
Diffstat (limited to 'lib/msun/amd64')
-rw-r--r-- | lib/msun/amd64/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msun/amd64/Makefile.inc b/lib/msun/amd64/Makefile.inc index c7e30829d3e0..8f7573889bc2 100644 --- a/lib/msun/amd64/Makefile.inc +++ b/lib/msun/amd64/Makefile.inc @@ -1,3 +1,4 @@ # $FreeBSD$ ARCH_SRCS = e_sqrt.S s_lrint.S s_llrint.S +LDBL_PREC = 64 |