[libc-commits] [PATCH] D153604: [libc] Factor specifics of packet type out of process
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 22 19:39:45 PDT 2023
jhuber6 accepted this revision.
jhuber6 added a comment.
This revision is now accepted and ready to land.
LG, thanks
================
Comment at: libc/src/__support/RPC/rpc.h:253
+template <uint32_t lane_size>
+LIBC_INLINE void invoke_rpc(cpp::function<void(Buffer *)> fn,
+ Packet<lane_size> &packet) {
----------------
LLVM style, static over anonymous namespace. ditto below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153604/new/
https://reviews.llvm.org/D153604
More information about the libc-commits
mailing list