Files
semi-libc/src
Andre McCurdyandRich Felker 0c6abb5882 remove a_ctz_l from arch specific atomic_arch.h
Update atomic.h to provide a_ctz_l in all cases (atomic_arch.h should
now only provide a_ctz_32 and/or a_ctz_64).

The generic version of a_ctz_32 now takes advantage of a_clz_32 if
available and the generic a_ctz_64 now makes use of a_ctz_32.
2018-04-19 12:23:17 -04:00
..
2017-12-14 21:25:10 -05:00
2016-11-11 23:06:21 -05:00
2017-08-12 09:09:27 -04:00
2018-02-22 19:34:58 -05:00
2018-04-02 18:57:41 -04:00
2016-03-02 21:35:40 -05:00
2017-09-04 16:38:03 -04:00