From 6c81b2bc2506326e34fd6097a64dad03f1eab084 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 25 May 2011 17:18:29 +0000 Subject: Update pause intrinsic. 2011-05-25 H.J. Lu * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic. From-SVN: r174217 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74591f5..ed1834f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-05-25 H.J. Lu + + * doc/extend.texi (X86 Built-in Functions): Update pause + intrinsic. + 2011-05-25 Bernd Schmidt PR bootstrap/49160 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index bd2f080..41c326b 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -8699,7 +8699,8 @@ The following built-in function is always available. @table @code @item void __builtin_ia32_pause (void) -Generates the @code{pause} machine instruction with full memory barrier. +Generates the @code{pause} machine instruction with a compiler memory +barrier. @end table The following floating point built-in functions are made available in the -- cgit v1.1