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: x86 generic simd fixlet


On Tue, Jul 08, 2003 at 05:21:01PM -0700, Richard Henderson wrote:
> On Tue, Jul 08, 2003 at 03:21:09PM -0400, Aldy Hernandez wrote:
> >     enum machine_mode mode = TYPE_MODE (type);
> >     if (SSE_REG_MODE_P (mode)
> > +       && TARGET_SSE
> >         && (!TYPE_USER_ALIGN (type) || TYPE_ALIGN (type) > 128))
> 
> I don't think this is correct.  It means the ABI changes with -msse.

Yeah sure, with SSE the arguments may go in SIMD registers.  Without
it, they go in GPRs.  Completely different ABIs ;-).

Aldy


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