libm: fix clone urls
[www] / libm / index.html
index 9d9f09e..b008b1d 100644 (file)
@@ -21,15 +21,15 @@ so already existing code is used.
 <li><a href="/git/?p=libm">browse</a> with gitweb
 <li>over git (recommended)
 <pre>
-git clone git://nsz.repo.hu:45100/repo/epoint
+git clone git://nsz.repo.hu:45100/repo/libm
 </pre>
 <li>over http (slower)
 <pre>
-git clone http://nsz.repo.hu/repo/epoint
+git clone http://nsz.repo.hu/repo/libm
 </pre>
 <li>over ssh (passwd is anon)
 <pre>
-git clone ssh://anon@nsz.repo.hu:45022/repo/epoint
+git clone ssh://anon@nsz.repo.hu:45022/repo/libm
 </pre>
 </ul>
 
@@ -335,8 +335,9 @@ 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 (&lt;4.6) bug is that comparision operators (==, &lt;, etc)
-don't raise exceptions on nan
+Another x87 gcc bug related to fp exceptions is that
+comparision operators (==, &lt;, etc) don't raise invalid
+when an operand is 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>).
 <p>