diff mbox

[DOC,i386] Fix PR 81294, _subborrow_u64 argument order inconsistent with intrinsic reference

Message ID alpine.LSU.2.21.1707151850280.5621@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer July 15, 2017, 8:40 p.m. UTC
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
diff mbox

Patch

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>
 -->