diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-10-15 18:46:52 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-10-15 18:46:52 +0000 |
commit | 7088c6e4746a9315a20c47e83babd5639a4e347a (patch) | |
tree | 2527fa56d00d32c5a5544972e6b10d6ff04b5352 /gcc/doc/invoke.texi | |
parent | a1402da35c57aa1c074bfc50b20a2a3135ff2987 (diff) | |
download | gcc-7088c6e4746a9315a20c47e83babd5639a4e347a.zip gcc-7088c6e4746a9315a20c47e83babd5639a4e347a.tar.gz gcc-7088c6e4746a9315a20c47e83babd5639a4e347a.tar.bz2 |
invoke.texi (RS/6000 and PowerPC Options): Document -maltivec in same style as other ISA options.
* doc/invoke.texi (RS/6000 and PowerPC Options): Document
-maltivec in same style as other ISA options.
From-SVN: r89111
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3a62a12..db8c57f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10246,8 +10246,9 @@ scheduling parameters set by @option{-mtune}. @itemx -mno-altivec @opindex maltivec @opindex mno-altivec -These switches enable or disable the use of built-in functions that -allow access to the AltiVec instruction set. You may also need to set +Generate code that uses (does not use) AltiVec instructions, and also +enable the use of built-in functions that allow more direct access to +the AltiVec instruction set. You may also need to set @option{-mabi=altivec} to adjust the current ABI with AltiVec ABI enhancements. |