craig.topper added inline comments.

================
Comment at: lib/Headers/cpuid.h:158
 #define bit_BMI2        0x00000100
+#define bit_INVCPID     0x00000400
 #define bit_ENH_MOVSB   0x00000200
----------------
this should be below ENH_MOVSB to keep the bits in order


================
Comment at: lib/Headers/intrin.h:196
+ */
 void __cdecl _invpcid(unsigned int, void *);
+#endif
----------------
@rnk, what's the right thing to do here?


Repository:
  rC Clang

https://reviews.llvm.org/D47142



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to