about summary refs log tree commit diff
path: root/src/internal/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* fix C implementation of a_clz_32Rich Felker2020-07-051-1/+1
* add fallback a_clz_32 implementationRich Felker2020-06-111-0/+15
* remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2018-04-191-19/+23
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+21
* allow implementing a_cas_p with pointer-sized ll/scBobby Bingham2016-02-231-0/+18
* refactor internal atomic.hRich Felker2016-01-211-0/+275
* move arch-specific internal headers into placeRich Felker2011-02-151-110/+0
* ensure that the compiler doesn't try to reorder around atomic opsRich Felker2011-02-121-13/+13
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+110