[libc] [llvm] Add vector-based strlen implementation for x86_64 and aarch64 (PR #152389)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 14:24:43 PDT 2025
https://github.com/jhuber6 commented:
Is it possible to do this with the [LLVM/GCC vector types](https://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors) instead? It doesn't look like we're doing anything terribly complicated so it might get the same performance while being more cross-platform.
https://github.com/llvm/llvm-project/pull/152389
More information about the llvm-commits
mailing list