From 7bb8ab1dc3613112a844bce7a9456be346a27576 Mon Sep 17 00:00:00 2001 From: nsz Date: Sat, 3 Mar 2012 21:59:42 +0100 Subject: [PATCH] libm fix --- libm/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.20.1