Commit 76f59013 by Matthias Klose

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
parent 73059910
...@@ -3594,7 +3594,7 @@ away so that a longer more expensive calling sequence is required. ...@@ -3594,7 +3594,7 @@ away so that a longer more expensive calling sequence is required.
@item cpu=@var{CPU} @item cpu=@var{CPU}
@cindex @code{target("cpu=@var{CPU}")} attribute @cindex @code{target("cpu=@var{CPU}")} attribute
Specify the architecture to generate code for when compiling the 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 generating 32-bit code, VSX and Altivec instructions are not generated
unless you use the @option{-mabi=altivec} option on the command line. unless you use the @option{-mabi=altivec} option on the command line.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment