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] projects/x86.html -- convert to HTML 5


This was an easy one, we just have to remove align=right from one
of the table headers, and one where it did not make a difference
actually.

Committed.

Gerald

Index: projects/x86.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/x86.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- projects/x86.html	1 Sep 2018 23:42:10 -0000	1.5
+++ projects/x86.html	2 Sep 2018 13:20:18 -0000	1.6
@@ -465,7 +465,7 @@
 
 <table>
 <tr><th>Routine</th> <th>Compiler</th> <th>-fomit-fp?</th> <th>Cycles
-(&times; 10<sup><small>7</small></sup>)</th> <th align="right">% of slowest</th></tr>
+(&times; 10<sup><small>7</small></sup>)</th> <th>% of slowest</th></tr>
 <tr><td>fcpy</td>    <td>2.95</td>     <td>no</td>         <td>3.855</td> <td>97.56</td></tr>
 <tr><td></td>        <td></td>         <td>yes</td>        <td>3.850</td> <td>97.42</td></tr>
 <tr><td></td>        <td>3.0</td>      <td>no</td>         <td>3.952</td> <td>100.00</td></tr>


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