libatomic-ops 7.6.14-1 source package in Ubuntu

Changelog

libatomic-ops (7.6.14-1) unstable; urgency=medium

  * New upstream version 7.6.14

 -- Ian Wienand <email address hidden>  Thu, 08 Sep 2022 13:35:25 +1000

Upload details

Uploaded by:
Ian Wienand
Uploaded to:
Sid
Original maintainer:
Ian Wienand
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main libs

Downloads

File Size SHA-256 Checksum
libatomic-ops_7.6.14-1.dsc 1.8 KiB 9d76c85a23fd797c29b2c4e0f0c83ff4c2dd0b4f729ca2db4da5ecd36156565f
libatomic-ops_7.6.14.orig.tar.gz 135.8 KiB b4b0072bdb6780e2331db4fadba7e423fde25c71b1f0eb04859cc1eba59c2c2c
libatomic-ops_7.6.14-1.debian.tar.xz 11.2 KiB 993cc12213d435fb62adebf74ab66d08a18a29618a78b2cc1c4140e751d205ea

Available diffs

No changes file available.

Binary packages built by this source

libatomic-ops-dev: A library for atomic operations (development files)

 Libatomic-ops implements a large collection of operations, each one
 of which is a combination of an (optional) atomic memory operation,
 and a memory barrier. It also implements associated feature-test
 macros that determine whether a particular operation is available
 on the current target hardware (either directly or by synthesis).
 Libatomic-ops attempts to replace various existing files with similar
 goals, since they usually do not handle differences in memory barrier
 styles with sufficient generality.
 .
 This package provides the header files and documentation needed by
 developers.