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: initial vectorization functionality now in mainline


On Tue, Aug 17, 2004 at 07:36:52PM +0300, Dorit Naishlos wrote:
> 1) Most of the xfails on i*86 and x86_64 are due to the new restriction I
> added that considers STACK_BOUNDARY. Can something better be done for these
> platforms? (should I check against PREFERRED_STACK_BOUNDARY instead?)

We're supposed to hope, but not rely, on PREFERRED_STACK_BOUNDARY
being correct.  But I guess until someone implements forced stack
alignment, we can't really use SSE otherwise.

I guess so.  Need a comment that it's not 100% correct there.


r~


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