$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2007-09-16 12:29:17
Andreas Pokorny wrote:
> Doesnt ARM support ll/sc like operations?
Not on the vast majority of currently-deployed processors; atomic swap
is all you get. A few newer implementations do have some more
features, but they are not in widespread use yet.
Phil.