This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PR target/5610


Thu Oct 10 18:55:29 CEST 2002  Jan Hubicka  <jh@suse.cz>
	PR target/5610
	* invoke.texi (-msse-math): Kill
	(-msse): Add note to mfpmath=sse.
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/doc/invoke.texi,v
retrieving revision 1.119.2.12.4.5
diff -c -3 -p -r1.119.2.12.4.5 invoke.texi
*** invoke.texi	8 Oct 2002 22:28:36 -0000	1.119.2.12.4.5
--- invoke.texi	10 Oct 2002 16:55:15 -0000
*************** in the following sections.
*** 481,487 ****
  -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 -msse-math -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
--- 481,487 ----
  -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 -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
*************** direct access to the MMX, SSE and 3Dnow 
*** 7574,7579 ****
--- 7574,7582 ----
  
  @xref{X86 Built-in Functions}, for details of the functions enabled
  and disabled by these switches.
+ 
+ To have SSE/SSE2 instructions generated automatically from floating-point code,
+ see @option{-mfpmath=sse}.
  
  @item -mpush-args
  @itemx -mno-push-args


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]