X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=libm%2Findex.html;h=b008b1d1ca171ae310af18c3d6208d95cf575dec;hb=343739050aa76ec798751844da15b1805e28feeb;hp=9d9f09e38d3df42708f92c325a961174266747cc;hpb=7bb8ab1dc3613112a844bce7a9456be346a27576;p=www diff --git a/libm/index.html b/libm/index.html index 9d9f09e..b008b1d 100644 --- a/libm/index.html +++ b/libm/index.html @@ -21,15 +21,15 @@ so already existing code is used.
  • browse with gitweb
  • over git (recommended)
    -git clone git://nsz.repo.hu:45100/repo/epoint
    +git clone git://nsz.repo.hu:45100/repo/libm
     
  • over http (slower)
    -git clone http://nsz.repo.hu/repo/epoint
    +git clone http://nsz.repo.hu/repo/libm
     
  • over ssh (passwd is anon)
    -git clone ssh://anon@nsz.repo.hu:45022/repo/epoint
    +git clone ssh://anon@nsz.repo.hu:45022/repo/libm
     
    @@ -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.

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