Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2024年03月02日 | add missing inline keyword on default a_barrier definition | Rich Felker | -1/+1 |
2020年07月05日 | fix C implementation of a_clz_32 | Rich Felker | -1/+1 |
2020年06月11日 | add fallback a_clz_32 implementation | Rich Felker | -0/+15 |
2018年04月19日 | remove a_ctz_l from arch specific atomic_arch.h | Andre McCurdy | -19/+23 |
2017年08月29日 | add a_clz_64 helper function | Szabolcs Nagy | -0/+21 |
2016年02月23日 | allow implementing a_cas_p with pointer-sized ll/sc | Bobby Bingham | -0/+18 |
2016年01月21日 | refactor internal atomic.h | Rich Felker | -0/+275 |
2011年02月15日 | move arch-specific internal headers into place | Rich Felker | -110/+0 |
2011年02月12日 | ensure that the compiler doesn't try to reorder around atomic ops | Rich Felker | -13/+13 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+110 |