aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-02-24 03:27:11 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2004-02-23 19:27:11 -0800
commit9e200aafa53204e1c556d82ee4ab8198ad5da48c (patch)
tree638dc5221fcc82301ed6ea1e9ccf99be062c4dae /gcc/doc/extend.texi
parent4a368ffd957ae319f3e608cd7c2e77d72857d78a (diff)
downloadgcc-9e200aafa53204e1c556d82ee4ab8198ad5da48c.zip
gcc-9e200aafa53204e1c556d82ee4ab8198ad5da48c.tar.gz
gcc-9e200aafa53204e1c556d82ee4ab8198ad5da48c.tar.bz2
i386.c: Rename pni to sse3.
2004-02-23 Kelley Cook <kcook@gcc.gnu.org> * config/i386/i386.c: Rename pni to sse3. * config/i386/i386.h: Likewise. * config/i386/i386.md: Likewise. * config/i386/pmmintrin.h: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. From-SVN: r78349
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 13bd75f..b396227 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -5977,7 +5977,7 @@ Generates the @code{movhps} machine instruction as a store to memory.
Generates the @code{movlps} machine instruction as a store to memory.
@end table
-The following built-in functions are available when @option{-mpni} is used.
+The following built-in functions are available when @option{-msse3} is used.
All of them generate the machine instruction that is part of the name.
@smallexample
@@ -5995,7 +5995,7 @@ v4sf __builtin_ia32_movsldup (v4sf)
void __builtin_ia32_mwait (unsigned int, unsigned int)
@end smallexample
-The following built-in functions are available when @option{-mpni} is used.
+The following built-in functions are available when @option{-msse3} is used.
@table @code
@item v2df __builtin_ia32_loadddup (double const *)