• R
    clean up unused and inconsistent atomics in arch dirs · 90e51e45
    Rich Felker 提交于
    the a_cas_l, a_swap_l, a_swap_p, and a_store_l operations were
    probably used a long time ago when only i386 and x86_64 were
    supported. as other archs were added, support for them was
    inconsistent, and they are obviously not in use at present. having
    them around potentially confuses readers working on new ports, and the
    type-punning hacks and inconsistent use of types in their definitions
    is not a style I wish to perpetuate in the source tree, so removing
    them seems appropriate.
    90e51e45
atomic.h 2.0 KB