Subject: Re: [boost] [lock-free] CDS -yet another lock-free library
From: Helge Bahmann (hcb_at_[hidden])
Date: 2010-03-30 07:04:39


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