aboutsummaryrefslogtreecommitdiff
path: root/src/internal/atomic.h
AgeCommit message (Expand)Author
2024-03-02add missing inline keyword on default a_barrier definitionRich Felker
2020-07-05fix C implementation of a_clz_32Rich Felker
2020-06-11add fallback a_clz_32 implementationRich Felker
2018-04-19remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy
2017-08-29add a_clz_64 helper functionSzabolcs Nagy
2016-02-23allow implementing a_cas_p with pointer-sized ll/scBobby Bingham
2016-01-21refactor internal atomic.hRich Felker
2011-02-15move arch-specific internal headers into placeRich Felker
2011-02-12ensure that the compiler doesn't try to reorder around atomic opsRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker