[libc-commits] [libc] [libc] Implement wide read strlen with LLVM vector type (PR #152605)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Fri Aug 15 13:22:32 PDT 2025
jhuber6 wrote:
I'm probably going to rework this, I think the API should take some inspiration from https://en.cppreference.com/w/cpp/experimental/simd.html without copying it exactly. Likely we'd want this to go in `src/__support/CPP/simd.h` and then more correctly guard access to this. Probably similarly to how we dispatch the other memory functions.
https://github.com/llvm/llvm-project/pull/152605
More information about the libc-commits
mailing list