summaryrefslogtreecommitdiffstats
path: root/libraries/libatomic_ops/README
blob: 29fe760bdc97951a5d80ab8019f7dd9ffdd2f35b (plain)
1
2
3
4
5
6
Provides implementations for atomic memory update operations
on a number of architectures. This allows direct use of these
in reasonably portable code. Unlike earlier similar packages,
this one explicitly considers memory barrier semantics, and
allows the construction of code that involves minimum overhead
across a variety of architectures.