diff options
| author | Kelley Cook <kcook@gcc.gnu.org> | 2004-02-24 03:27:11 +0000 |
|---|---|---|
| committer | H.J. Lu <hjl@gcc.gnu.org> | 2004-02-23 19:27:11 -0800 |
| commit | 9e200aafa53204e1c556d82ee4ab8198ad5da48c (patch) | |
| tree | 638dc5221fcc82301ed6ea1e9ccf99be062c4dae /gcc/doc | |
| parent | 4a368ffd957ae319f3e608cd7c2e77d72857d78a (diff) | |
| download | gcc-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')
| -rw-r--r-- | gcc/doc/extend.texi | 4 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 8 |
2 files changed, 6 insertions, 6 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 *) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b703dc3..2607e40 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -488,7 +488,7 @@ in the following sections. -mno-fp-ret-in-387 -msoft-float -msvr3-shlib @gol -mno-wide-multiply -mrtd -malign-double @gol -mpreferred-stack-boundary=@var{num} @gol --mmmx -msse -msse2 -mpni -m3dnow @gol +-mmmx -msse -msse2 -msse3 -m3dnow @gol -mthreads -mno-align-stringops -minline-all-stringops @gol -mpush-args -maccumulate-outgoing-args -m128bit-long-double @gol -m96bit-long-double -mregparm=@var{num} -momit-leaf-frame-pointer @gol @@ -8385,8 +8385,8 @@ preferred alignment to @option{-mpreferred-stack-boundary=2}. @itemx -mno-sse @item -msse2 @itemx -mno-sse2 -@item -mpni -@itemx -mno-pni +@item -msse3 +@itemx -mno-sse3 @item -m3dnow @itemx -mno-3dnow @opindex mmmx @@ -8396,7 +8396,7 @@ preferred alignment to @option{-mpreferred-stack-boundary=2}. @opindex m3dnow @opindex mno-3dnow These switches enable or disable the use of built-in functions that allow -direct access to the MMX, SSE, SSE2, PNI and 3Dnow extensions of the +direct access to the MMX, SSE, SSE2, SSE3 and 3Dnow extensions of the instruction set. @xref{X86 Built-in Functions}, for details of the functions enabled |
