
30 Mar
2010
30 Mar
'10
11:04 a.m.
On Tue, 30 Mar 2010, Khiszinsky, Maxim wrote:
Helge Bahmann wrote:
You could try changing that to something like: __m128i i = _mm_loadl_epi64( (__m128i * _Restrict) pMem); if (order == ...) ... return i.m128i_i64[0];
Thanks, Helge! My bug
I'm not sure this works, it is just an attempt based on a bold suspicion of what the actual problem is :) But it would sure be interesting if you could try that out or something similar Regards Helge