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 -(× 10<sup><small>7</small></sup>)</th> <th align="right">% of slowest</th></tr> +(× 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>