$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Notice: Boost.Atomic (atomic operations library)
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2009-12-03 09:58:03
Helge Bahmann wrote:
> I will shortly be adding a small howto on adding platform support to the
> library.
Please let me know when this is ready. I currently have a bit of time
to spend on this.
In summary, the cases that I need to handle are:
1. Linux kernel provided memory-barrier and CAS operations (only);
2. Asm load-locked/store-conditional for words (only);
3. As 2 but also for smaller types.
I could probably work this out from the source, but it would save some
time to have some hints....
Phil.