On Fri, Jun 15, 2012 at 3:32 AM, Andreas Krebbel <kreb...@linux.vnet.ibm.com> wrote:
> If all targets have been migrated the files probably could be merged?! Yes, it looks like most targets could use a generic implementation, but the generic implementation should be based on the __atomic intrinsics, not the __sync intrinsics, because the latter always uses strict memory model semantics although the locks allow weaker semantics. - David