From 631bb444c1ba774bc12c5b745576d63bb7e6d827 Mon Sep 17 00:00:00 2001 From: nsz Date: Sun, 10 Feb 2013 21:44:53 +0100 Subject: [PATCH] libm: add gcc float wiki link --- libm/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libm/index.html b/libm/index.html index 2e1ccde..adad680 100644 --- a/libm/index.html +++ b/libm/index.html @@ -178,6 +178,8 @@ on the endianness and write different code for different architectures.

The ugly parts of libm hacking.

Some notes are from: http://www.vinc17.org/research/extended.en.html +

Useful info about floating-point in gcc: +http://gcc.gnu.org/wiki/FloatingPointMath