[PATCH] D44387: [x86] Introduce the pconfig/encl[u|s|v] intrinsics
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 25 09:45:42 PDT 2018
craig.topper added inline comments.
================
Comment at: lib/Headers/pconfigintrin.h:28
+
+#ifndef _PCONFIGINTRIN_H
+#define _PCONFIGINTRIN_H
----------------
I think all our other headers use double underscore here.
================
Comment at: lib/Headers/sgxintrin.h:28
+
+#ifndef _SGXINTRIN_H
+#define _SGXINTRIN_H
----------------
double underscore
https://reviews.llvm.org/D44387
More information about the cfe-commits
mailing list