[PATCH] D47672: [Headers] Add _Interlocked*_HLEAcquire/_HLERelease

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 6 12:40:12 PDT 2018


craig.topper added a comment.

Fair enough, Then I think we should have a #ifdef _MSC_VER around them so they are only available when pretending to be MSVC. I believe intrin.h does that check very early in the file.


Repository:
  rC Clang

https://reviews.llvm.org/D47672





More information about the cfe-commits mailing list