$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [lock-free] CDS -yet another lock-free library
From: Khiszinsky, Maxim (Maxim.Khiszinsky_at_[hidden])
Date: 2010-03-30 05:42:03
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
> Thanks will look into that and send you a version for testing
Ok, and I'll try transforming CDS to use Boost.Atomic.
It will safer, I hope
Regards, Max