mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a11fe67bac
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
6 lines
343 B
Text
6 lines
343 B
Text
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.
|