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