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] require sse3 for fisttp


On Fri, 2006-09-15 at 22:32 -0700, Eric Christopher wrote:
> > 
> > 2006-09-15  Eric Christopher  <echristo@apple.com>
> > 
> >     * config/i386/i386.h (TARGET_FISTTP): Depend only on SSE3 and
> >         387.
> > 

Also this patch leaves x86_fisttp which is no longer used so you should
be able to remove that too.  But really this should be another option to
enable this instruction instead of putting it on the SSE3 since
sometimes people want no use of the xmm registers but still the new
instructions.  Making a new option to be able to disable this should be
two lines and in fact less trouble than having keyed on -msse3.

-- Pinski 


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