slackbuilds_ponce/libraries/libatomic_ops
Robby Workman 1404622ad7 Entire Repo: Fix the "handy ruler" length in slack-desc files
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-15 20:27:00 -05:00
..
libatomic_ops.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
libatomic_ops.SlackBuild libraries/libatomic_ops: Updated maintainer information. 2011-03-29 00:07:51 -05:00
README Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

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.