On Thu, 13 Jul 2017, Jakub Jelinek wrote:
> Ok for wwwdocs, with a nit:

Thanks for the review, Jakub, and the patch, Uros.

I applied the small follow-up below which uses <code> for the
intrinsics.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.86
diff -u -r1.86 changes.html
--- changes.html        13 Jul 2017 20:21:31 -0000      1.86
+++ changes.html        15 Jul 2017 16:50:08 -0000
@@ -1244,9 +1244,9 @@
 
 <h4>IA-32/x86-64</h4>
   <ul>
-    <li>The argument order of _subborrow_u32 and _subborrow_u64
-      intrinsics has been changed to follow the latest update
-      to the reference documentation.</li>
+    <li>The argument order of <code>_subborrow_u32</code> and
+      <code>_subborrow_u64</code> intrinsics has been changed to follow
+      the latest update to the reference documentation.</li>
   </ul>
 -->
 

Reply via email to