From 0d0d3c7720755e49cdfab9dc2932707737da4565 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 29 Jan 2004 16:53:53 +0000 Subject: [PATCH] invoke.texi: Remove the pni option from -mfpmath=. 2004-01-28 H.J. Lu * doc/invoke.texi: Remove the pni option from -mfpmath=. From-SVN: r76871 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3799e5662aa9..af1346fab574 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-29 H.J. Lu + + * doc/invoke.texi: Remove the pni option from -mfpmath=. + 2004-01-29 Gabriel Dos Reis Backport from mainline diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c247810acba4..5f7cc191b25e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7911,13 +7911,6 @@ code that expects temporaries to be 80bit. This is the default choice for x86-64 compiler. -@item pni -Use all SSE extensions enabled by @option{-msse2} as well as the new -SSE extensions in Prescott New Intrunctions. @option{-mpni} also -enables 2 builtin functions, @code{__builtin_ia32_monitor} and -@code{__builtin_ia32_mwait}, for new intrunctions @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 -- 2.47.2