[PATCH] D12785: Document __builtin_nontemporal_load and __builtin_nontemporal_store.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 10 18:50:25 PDT 2015


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: docs/LanguageExtensions.rst:1784
@@ +1783,3 @@
+
+Clang provides overloaded builtins allowing to generate non-temporal memory
+accesses.
----------------
to generate -> generation of

================
Comment at: docs/LanguageExtensions.rst:1799
@@ +1798,3 @@
+Note that the compiler does not guarantee that non-temporal loads or stores
+would be used.
+
----------------
would -> will


http://reviews.llvm.org/D12785





More information about the cfe-commits mailing list