]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/extend.texi (X86 Built-in Functions): Fix grammar.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 2 Feb 2008 13:48:16 +0000 (13:48 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 2 Feb 2008 13:48:16 +0000 (13:48 +0000)
From-SVN: r132069

gcc/ChangeLog
gcc/doc/extend.texi

index 8bf727f6f4109d47cda8e63914c7c5ea7982dd90..40afac69f3168e4d1e6fe2d6d7c571502a354e21 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/extend.texi (X86 Built-in Functions): Fix grammar.
+
 2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
 
        PR rtl-optimization/34773
index 0bf8811963ce6a0ec4fd0dd8cd95fdaed8ee2dd9..7711e1f740625e7e42caae251a7ea809642a738d 100644 (file)
@@ -7406,12 +7406,12 @@ integers, these use @code{V4SI}.  Finally, some instructions operate on an
 entire vector register, interpreting it as a 128-bit integer, these use mode
 @code{TI}.
 
-In the 64-bit mode, x86-64 family of processors uses additional built-in
+In 64-bit mode, the x86-64 family of processors uses additional built-in
 functions for efficient use of @code{TF} (@code{__float128}) 128-bit
 floating point and @code{TC} 128-bit complex floating point values.
 
-The following floating point built-in functions are made available in the
-64-bit mode.  All of them implement the function that is part of the name.
+The following floating point built-in functions are available in 64-bit
+mode.  All of them implement the function that is part of the name.
 
 @smallexample
 __float128 __builtin_fabsq (__float128)