]> Savannah Git Hosting - gnulib.git/commitdiff
fpucw: Doc about FreeBSD.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 12:16:20 +0000 (13:16 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 12:17:00 +0000 (13:17 +0100)
* lib/fpucw.h: Mention FreeBSD in comments.

ChangeLog
lib/fpucw.h

index 4ec700fd59c8af6633fd13431f05645675c74f79..2ad8c248764f83dfd60239b4d88d6599b1339c9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-05  Bruno Haible  <bruno@clisp.org>
+
+       fpucw: Doc about FreeBSD.
+       * lib/fpucw.h: Mention FreeBSD in comments.
+
 2012-03-04  Bruno Haible  <bruno@clisp.org>
 
        sqrt* tests: More tests.
index a62c51daba638a3770e5dcad8016aec595d38079..23e4c81411805b52a65a40a9de4c932f0727e06e 100644 (file)
@@ -30,7 +30,8 @@
 
    On some platforms, such as NetBSD, the default precision is set to
    "double precision".  This means that 'long double' instructions will operate
-   only as 'double', i.e. lead wrong results.
+   only as 'double', i.e. lead to wrong results.  Similarly on FreeBSD 6.4, at
+   least for the division of 'long double' numbers.
 
    The FPU control word is under control of the application, i.e. it is
    not required to be set either way by the ABI.  (In fact, the i386 ABI