This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: alignment issues for sse
Just as an FYI for everybody...
Beware using SSE in threaded code. That turned out to be my problem
the whole time. As soon as I compiled minus threads, everything more
or less worked.
Brian
On Thu, 17 Feb 2005 17:29:11 +0200 (EET), Kimmo Fredriksson
<kfredrik@cs.joensuu.fi> wrote:
> On Thu, 17 Feb 2005, Brian Budge wrote:
>
> > Hi Kimmo -
> >
> > Yeah, for simple cases mine were always being aligned correctly too...
> > it wasn't until I was linking a large project together that things
> > started going awry. Also, maybe it's just 3.3.5.
>
> Ah, ok. My mistake. I haven't been read this thread so carefully, but you
> probably have indicated what your problem actually was...
>
> K
>
>