libm: add gcc float wiki link
authornsz <nsz@port70.net>
Sun, 10 Feb 2013 20:44:53 +0000 (21:44 +0100)
committernsz <nsz@port70.net>
Sun, 10 Feb 2013 20:44:53 +0000 (21:44 +0100)
libm/index.html

index 2e1ccde..adad680 100644 (file)
@@ -178,6 +178,8 @@ on the endianness and write different code for different architectures.
 <p>The ugly parts of libm hacking.
 <p>Some notes are from:
 <a href="http://www.vinc17.org/research/extended.en.html">http://www.vinc17.org/research/extended.en.html</a>
 <p>The ugly parts of libm hacking.
 <p>Some notes are from:
 <a href="http://www.vinc17.org/research/extended.en.html">http://www.vinc17.org/research/extended.en.html</a>
+<p>Useful info about floating-point in gcc:
+<a href="http://gcc.gnu.org/wiki/FloatingPointMath">http://gcc.gnu.org/wiki/FloatingPointMath</a>
 
 <ul>
 <li>Double rounding:
 
 <ul>
 <li>Double rounding: