Commit 7088c6e4 by Geoffrey Keating Committed by Geoffrey Keating

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
parent a1402da3
2004-10-15 Geoffrey Keating <geoffk@apple.com>
* doc/invoke.texi (RS/6000 and PowerPC Options): Document
-maltivec in same style as other ISA options.
2004-10-15 Jon Grimm <jgrimm2@us.ibm.com> 2004-10-15 Jon Grimm <jgrimm2@us.ibm.com>
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__ * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
......
...@@ -10246,8 +10246,9 @@ scheduling parameters set by @option{-mtune}. ...@@ -10246,8 +10246,9 @@ scheduling parameters set by @option{-mtune}.
@itemx -mno-altivec @itemx -mno-altivec
@opindex maltivec @opindex maltivec
@opindex mno-altivec @opindex mno-altivec
These switches enable or disable the use of built-in functions that Generate code that uses (does not use) AltiVec instructions, and also
allow access to the AltiVec instruction set. You may also need to set 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 @option{-mabi=altivec} to adjust the current ABI with AltiVec ABI
enhancements. enhancements.
......
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