X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-headers%2Ffloat.texi;h=c222a2342544b78a6cd37b9b5c420d9c43c8a49c;hb=29abb5463234236cae0d607db33f16aeae395a39;hp=c3f9a76cd11a3ee6a56e17d77e0a26ec0987781c;hpb=b14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620;p=gnulib.git diff --git a/doc/posix-headers/float.texi b/doc/posix-headers/float.texi index c3f9a76cd..c222a2342 100644 --- a/doc/posix-headers/float.texi +++ b/doc/posix-headers/float.texi @@ -12,6 +12,10 @@ The values of @code{LDBL_*} macros are incorrect on some platforms: On OpenBSD 4.0, MirBSD 10, and BeOS, they are the same as the values of the @code{DBL_*} macros, although @samp{long double} is a larger type than @samp{double}. +On FreeBSD/x86 6.4, they represent the incorrect 53-bit precision assumptions +in the compiler, not the real 64-bit precision at runtime. +On AIX 7.1 with GCC 4.2 and on IRIX 6.5, they don't reflect the +``double double'' representation of @code{long double} correctly. @end itemize Portability problems not fixed by Gnulib: