[libc-commits] [PATCH] D153604: [libc] Factor specifics of packet type out of process
Jon Chesterfield via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 22 19:15:09 PDT 2023
JonChesterfield added inline comments.
================
Comment at: libc/src/__support/RPC/rpc.h:255
LIBC_INLINE static constexpr uint64_t buffer_bytes(uint64_t port_count) {
- return port_count * sizeof(Packet<lane_size>);
}
----------------
diff hasn't gone well here - moving the methods into free functions changes where they are in the file. The indexing functions changed insofar as Packet<lane_size> is now Packet
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