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]

Re: PATCH: [Bug target/13899] [x86] -mfpmath misdocumented]


H. J. Lu wrote:
The patch is checked into gcc 3.3 branch. Can I check it into mainline
and 3.4?

Yes.


However, with this patch, we no longer seem to have any PNI docs. I think it would be helpful to also have something like the attached patch.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.394
diff -p -r1.394 invoke.texi
*** invoke.texi	18 Jan 2004 11:57:12 -0000	1.394
--- invoke.texi	29 Jan 2004 23:25:13 -0000
*************** preferred alignment to @option{-mpreferr
*** 8407,8413 ****
  @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.
  
  @xref{X86 Built-in Functions}, for details of the functions enabled
  and disabled by these switches.
--- 8407,8414 ----
  @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
! instruction set.
  
  @xref{X86 Built-in Functions}, for details of the functions enabled
  and disabled by these switches.

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