musl/arch
Rich Felker 16b55298dc clean up x86_64 (and x32) atomics for new atomics framework
this commit mostly makes consistent things like spacing, function
ordering in atomic_arch.h, argument names, use of volatile, etc.
a_ctz_l was also removed from x86_64 since atomic.h provides it
automatically using a_ctz_64.
2016-01-22 00:53:09 +00:00
..
aarch64 overhaul aarch64 atomics for new atomics framework 2016-01-21 19:50:55 +00:00
arm move arm-specific translation units out of arch/arm/src, to src/*/arm 2016-01-22 00:02:21 +00:00
i386 clean up i386 atomics for new atomics framework 2016-01-22 00:16:53 +00:00
microblaze refactor internal atomic.h 2016-01-21 19:08:54 +00:00
mips overhaul mips atomics for new atomics framework 2016-01-22 00:10:40 +00:00
or1k refactor internal atomic.h 2016-01-21 19:08:54 +00:00
powerpc refactor internal atomic.h 2016-01-21 19:08:54 +00:00
sh overhaul sh atomics for new atomics framework, add j-core cas.l backend 2016-01-21 19:43:04 +00:00
x32 clean up x86_64 (and x32) atomics for new atomics framework 2016-01-22 00:53:09 +00:00
x86_64 clean up x86_64 (and x32) atomics for new atomics framework 2016-01-22 00:53:09 +00:00