diff options
author | Matthias Klose <doko@gcc.gnu.org> | 2011-07-14 11:47:37 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2011-07-14 11:47:37 +0000 |
commit | 76f59013b2da09f76f56ee7ce23f908e66d8df73 (patch) | |
tree | ab79b7892262285f224e5d20370b368945adc602 | |
parent | 73059910bcb435e9cf34510b29378fe5771a06cb (diff) | |
download | gcc-76f59013b2da09f76f56ee7ce23f908e66d8df73.zip gcc-76f59013b2da09f76f56ee7ce23f908e66d8df73.tar.gz gcc-76f59013b2da09f76f56ee7ce23f908e66d8df73.tar.bz2 |
extend.texi (optimize attribute): Fix (another) typo.
2011-07-14 Matthias Klose <doko@ubuntu.com>
* doc/extend.texi (optimize attribute): Fix (another) typo.
From-SVN: r176269
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b096148..e97e789 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3594,7 +3594,7 @@ away so that a longer more expensive calling sequence is required. @item cpu=@var{CPU} @cindex @code{target("cpu=@var{CPU}")} attribute Specify the architecture to generate code for when compiling the -function. If you select the @code{"target("cpu=power7")} attribute when +function. If you select the @code{target("cpu=power7")} attribute when generating 32-bit code, VSX and Altivec instructions are not generated unless you use the @option{-mabi=altivec} option on the command line. |