invoke.texi (RS/6000 and PowerPC Options): Document -maltivec in same style as other...
authorGeoffrey Keating <geoffk@apple.com>
Fri, 15 Oct 2004 18:46:52 +0000 (18:46 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 15 Oct 2004 18:46:52 +0000 (18:46 +0000)
* doc/invoke.texi (RS/6000 and PowerPC Options): Document
-maltivec in same style as other ISA options.

From-SVN: r89111

gcc/ChangeLog
gcc/doc/invoke.texi

index b6e2e5d5e1bbc4736aa14b30cd99c232c6e15aa7..a62934b7a369d02ec3beba192bcfa5fe4df57593 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
index 3a62a128a311cdd847ea382ebbb58b7541ac42fd..db8c57f20c58b3c9b3a45b71588c791d4b97fa0a 100644 (file)
@@ -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.