[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 8 13:04:28 PDT 2025
jhuber6 wrote:
> What will be the design ideas on RVV/SVE2 support?
I don't think there's a good generic way to access variable length vectors in clang yet, it's all through really Arm specific types. But, I'm not an expert on using those.
https://github.com/llvm/llvm-project/pull/152605
More information about the libc-commits
mailing list