[PATCH] D52811: [COFF, ARM64] Add _InterlockedAdd intrinsic

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 3 13:13:37 PDT 2018


mstorsjo added a comment.

None of this seems to be ARM64 specific - if I read it correctly, this adds the _InterlockedAdd intrinsic for ARM and X64 as well. How come this hasn't been an issue for those targets up until now? Do those targets have any other code somewhere handling it, that might conflict after this patch?


Repository:
  rC Clang

https://reviews.llvm.org/D52811





More information about the cfe-commits mailing list