OSDN Git Service

2004-02-06 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 2004 17:51:42 +0000 (17:51 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 2004 17:51:42 +0000 (17:51 +0000)
* doc/invoke.texi: Remove the pni option from -mfpmath=.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77404 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 3eaa2a2..72a80b9 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/invoke.texi: Remove the pni option from -mfpmath=.
+
 2004-02-06  Jan Hubicka  <jh@suse.cz>
 
        * recog.c (split_all_insns): Do not update reg info.
index adf156f..e4b02b0 100644 (file)
@@ -8191,13 +8191,6 @@ code that expects temporaries to be 80bit.
 
 This is the default choice for the x86-64 compiler.
 
-@item pni
-Use all SSE extensions enabled by @option{-msse2} as well as the new
-SSE extensions in Prescott New Instructions. @option{-mpni} also
-enables 2 builtin functions, @code{__builtin_ia32_monitor} and
-@code{__builtin_ia32_mwait}, for new instructions @code{monitor} and
-@code{mwait}.
-
 @item sse,387
 Attempt to utilize both instruction sets at once.  This effectively double the
 amount of available registers and on chips with separate execution units for
@@ -8390,7 +8383,8 @@ 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 and 3Dnow extensions of the instruction set.
+direct access to the MMX, SSE, SSE2, PNI and 3Dnow extensions of the
+instruction set.
 
 @xref{X86 Built-in Functions}, for details of the functions enabled
 and disabled by these switches.