mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
6 lines
No EOL
342 B
Text
6 lines
No EOL
342 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. |