initial vectorization functionality now in mainline

Richard Henderson rth@redhat.com
Wed Aug 18 19:52:00 GMT 2004


On Wed, Aug 18, 2004 at 02:41:10PM +0300, Dorit Naishlos wrote:
>     else
> !     return (alignment <= PREFERRED_STACK_BOUNDARY); /* NOTE: not 100% correct... */

I would prefer

	/* This is not 100% correct.  The absolute correct stack alignment
	   is STACK_BOUNDARY.  We're supposed to hope, but not assume, that
	   PREFERRED_STACK_BOUNDARY is honored by all translation units.
	   However, until someone implements forced stack alignment, SSE
	   isn't really usable without this.  */

Ok with that.


r~



More information about the Gcc-patches mailing list