Unverified Commit 29762e37 authored by Joseph Huber's avatar Joseph Huber Committed by GitHub
Browse files

[libc][NFCI] Remove lane size template argument on RPC server (#84557)

Summary:
We previously changed the data layout for the RPC buffer to make it lane
size agnostic. I put off changing the size for the server case to make
the patch smaller. This patch simply reorganizes code by making the lane
size an argument to the port rather than a templtae size. Heavily
simplifies a lot of code, no more `std::variant`.
parent 8d85cd3a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment