From: nsz Date: Sat, 3 Mar 2012 20:59:42 +0000 (+0100) Subject: libm fix X-Git-Url: http://nsz.repo.hu/git/?p=www;a=commitdiff_plain;h=7bb8ab1dc3613112a844bce7a9456be346a27576;hp=ffb50c865a9083f69dd6004763a986092f4fb58b libm fix --- diff --git a/libm/index.html b/libm/index.html index f36b59d..9d9f09e 100644 --- a/libm/index.html +++ b/libm/index.html @@ -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.

-Another x87 gcc bug is that comparision operators (==, <, etc) +Another x87 gcc (<4.6) bug is that comparision operators (==, <, etc) don't raise exceptions on nan (eventhough this is required by ieee + c99 annex F). (see gcc bug52451).