diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2008-02-02 13:48:16 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2008-02-02 13:48:16 +0000 |
commit | 27f56cb1f2c371e33b32e1adb1f0f571c1266c41 (patch) | |
tree | 54a5cd182203544d69272702559d0175e9d6696f /gcc | |
parent | 1c93d55727c0eaf11f41b4d6bb7e1a1f8472f8d3 (diff) | |
download | gcc-27f56cb1f2c371e33b32e1adb1f0f571c1266c41.zip gcc-27f56cb1f2c371e33b32e1adb1f0f571c1266c41.tar.gz gcc-27f56cb1f2c371e33b32e1adb1f0f571c1266c41.tar.bz2 |
* doc/extend.texi (X86 Built-in Functions): Fix grammar.
From-SVN: r132069
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bf727f..40afac6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0bf8811..7711e1f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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) |