libm fix
authornsz <nsz@port70.net>
Sat, 3 Mar 2012 20:59:42 +0000 (21:59 +0100)
committernsz <nsz@port70.net>
Sat, 3 Mar 2012 20:59:42 +0000 (21:59 +0100)
libm/index.html

index f36b59d..9d9f09e 100644 (file)
@@ -335,7 +335,7 @@ account: a simple x = 1e300*1e300; may not raise overflow
 exception at runtime, but get optimized into x = +inf.
 see compiler optimizations above.
 <p>
-Another x87 gcc bug is that comparision operators (==, &lt;, etc)
+Another x87 gcc (&lt;4.6) bug is that comparision operators (==, &lt;, etc)
 don't raise exceptions on nan
 (eventhough this is required by ieee + c99 annex F).
 (see <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52451">gcc bug52451</a>).