[libc-commits] [PATCH] D125768: [libc] Non-temporal memory function support

Thorsten via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue May 17 10:08:42 PDT 2022


tschuett added inline comments.


================
Comment at: libc/src/string/memory_utils/address.h:33
+// are temporal or non-temporal.
+enum OpSemantic { OS_Temporal, OS_NonTemporal };
+
----------------
Is enum class or prefix cuter?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125768/new/

https://reviews.llvm.org/D125768



More information about the libc-commits mailing list