From 50131c32e1e97e4c224cd5826661628f334703b7 Mon Sep 17 00:00:00 2001 From: geoffk Date: Fri, 15 Oct 2004 18:46:52 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b6e2e5d5e1b..a62934b7a36 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-15 Geoffrey Keating + + * doc/invoke.texi (RS/6000 and PowerPC Options): Document + -maltivec in same style as other ISA options. + 2004-10-15 Jon Grimm * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__ 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. -- 2.11.0