I am not sure is it reasonable to have BIG_ENDIAN case for ARMv6, do we ever run or plan to run in the big endian mode ?
I have no intention to handle ARMv4 right now, unless somebody objects to implementing only ARMv6 support.
Differential D4113
Implement atomic_testandset() for arm v6. kib on Nov 9 2015, 8:21 AM. Authored by Tags Referenced Files
Subscribers
Details I am not sure is it reasonable to have BIG_ENDIAN case for ARMv6, do we ever run or plan to run in the big endian mode ? I have no intention to handle ARMv4 right now, unless somebody objects to implementing only ARMv6 support.
Diff Detail
Event Timeline
Comment Actions Specify the pointer as the input argument, relying on the memory clobber for the side-effects. |