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 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.
I havn't looked at the test case, but I imagine the fix goes elsewhere.


r~


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