[libc-commits] [PATCH] D125768: [libc] Non-temporal memory function support
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 18 02:32:04 PDT 2022
gchatelet marked an inline comment as done.
gchatelet added inline comments.
================
Comment at: libc/src/string/memory_utils/address.h:33
+// are temporal or non-temporal.
+enum OpSemantic { OS_Temporal, OS_NonTemporal };
+
----------------
tschuett wrote:
> Is enum class or prefix cuter?
Done, thx for the suggestion.
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