This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] IEEE 754r


[ Sorry for sending this to the wrong list earlier :-/ ]

Hi,

This adds a link in "Further readings" to the Wikipedia page
about IEEE 754r.  Seems interesting enough...

The change to the existing link is necessary to make the page
render without unnecessary spaces before "Differences".

OK?

Gr.
Steven


Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.144
diff -u -4 -p -r1.144 readings.html
--- htdocs/readings.html	29 May 2005 20:58:23 -0000	1.144
+++ htdocs/readings.html	8 Jun 2005 21:06:44 -0000
@@ -541,12 +541,15 @@ names.
   <li><a href="http://www.validlab.com/goldberg/paper.pdf";>What Every
   Computer Scientist Should Know about Floating-Point Arithmetic</a>
   by David Goldberg, including Doug Priest's supplement (PDF format)</li>
 
-  <li><a href="http://www.validlab.com/goldberg/addendum.html";>
-  Differences Among IEEE 754 Implementations</a>
+  <li><a href="http://www.validlab.com/goldberg/addendum.html";>Differences
+  Among IEEE 754 Implementations</a>
   by Doug Priest (included in the PostScript-format document above)</li>
 
+  <li><a href="http://en.wikipedia.org/wiki/IEEE_754r";>IEEE 754r</a>, an
+  ongoing revision to the IEEE 754 floating point standard.</li>
+
   <li><a href="ftp://cs.rice.edu/public/preston/optimizer";>Massively
   Scalar Compiler Project</a></li>
 
   <li><a href="http://www.tru64unix.compaq.com/docs/base_doc/DOCUMENTATION/V51_HTML/SUPPDOCS/OBJSPEC/TITLE.HTM";>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]