[sldev] [VWR] Vectorization on i386?

Callum Lerwick seg at haxxed.com
Mon Dec 3 22:09:22 PST 2007


On Mon, 2007-12-03 at 16:07 -0600, Callum Lerwick wrote:
> By "enabled" in this thread I mean enabling the SSE code at *runtime*.
> That is the problem. Which is what I have fixed. I'm not sure what
> you're meaning by "not enabled", if you're saying its "not enabled" as
> in "not compiled in at all", you're wrong. :)

Ooooh wait, more "dur" info. The preprocessor logic in llv4math.h looks
like this:

#if LL_GNUC && __GNUC__ >= 4 && __SSE__
#define LL_VECTORIZE 1

So, since LL is clinging to gcc 3, SSE *is* in fact disabled in LL
builds. But all of us compiling with gcc 4 have been getting SSE. :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20071204/21901050/attachment.pgp


More information about the SLDev mailing list