# # Implementations for atomic memory. # # libatomic_ops 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. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libatomic_ops pkgversion=7.6.14 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libatomic_ops_7.6.14_amd64-1@libs blurb="Implementations for atomic memory." homepage="https://github.com/ivmai/libatomic_ops" license="GPLv2+" fetch="https://github.com/ivmai/libatomic_ops/releases/download/v7.6.14/libatomic_ops-7.6.14.tar.gz" replace=""