[PATCH] D38781: [X86] Add CLWB intrinsic. clang part
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 11:41:20 PDT 2017
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM - one minor
================
Comment at: lib/Headers/clwbintrin.h:42
+///
+/// \param __p
+/// A pointer to the memory location used to identify the cache line to be
----------------
\param __m
https://reviews.llvm.org/D38781
More information about the cfe-commits
mailing list