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

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 6 11:59:55 PDT 2018


craig.topper added a comment.

We (Intel) have discussed this a little internally. I'll be responding more shortly.



================
Comment at: lib/Headers/immintrin.h:386
+\*----------------------------------------------------------------------------*/
+#if defined(__i386__) || defined(__x86_64__)
+static __inline__ long __DEFAULT_FN_ATTRS
----------------
Shouldn't these still be in intrin.h? immintrin.h is for intrinsics defined by Intel which these arent'.


Repository:
  rC Clang

https://reviews.llvm.org/D47672





More information about the cfe-commits mailing list