summaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-15 18:46:52 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-15 18:46:52 +0000
commit50131c32e1e97e4c224cd5826661628f334703b7 (patch)
tree2527fa56d00d32c5a5544972e6b10d6ff04b5352 /gcc/doc/invoke.texi
parente9ff100d28c2212bcba20417d62187a6cc51d65e (diff)
downloadgcc-50131c32e1e97e4c224cd5826661628f334703b7.tar.gz
* doc/invoke.texi (RS/6000 and PowerPC Options): Document
-maltivec in same style as other ISA options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89111 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 3a62a128a31..db8c57f20c5 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.