This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.2/3.3/mainline] Fix alignment of SSE arguments
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 11 Feb 2003 13:09:03 -0800
- Subject: Re: [3.2/3.3/mainline] Fix alignment of SSE arguments
- References: <20030210122924.GD32284@kam.mff.cuni.cz>
On Mon, Feb 10, 2003 at 01:29:24PM +0100, Jan Hubicka wrote:
> * i386.c (contains_128bit_aligned_vector_p): New function
> (ix86_function_arg_boundary): Properly align vector modes.
You are sure that this is compatible with icc for all
of the relevant cases?
If so, I guess this is ok. And while an ABI change,
it's not one that affects existing users, because
at the moment they get crashes.
r~