[PATCH] D44387: [x86] Introduce the pconfig/encl[u|s|v] intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 26 08:14:49 PDT 2018


craig.topper added a comment.

I didn't see an answer to the inline assembly question.



================
Comment at: lib/Headers/pconfigintrin.h:31
+
+#define MKTME_KEY_PROGRAM 0x00000001
+
----------------
craig.topper wrote:
> This doesn't match the name used by gcc. It also needs to start with underscores since all names without underscores belong to user code.
Gcc's constant is called __PCONFIG_KEY_PROGRAM from what I see in their repository


https://reviews.llvm.org/D44387





More information about the cfe-commits mailing list