================
@@ -96,7 +97,7 @@ LIBC_INLINE size_t string_length(const char *src) {
// string a block at a time.
return string_length_wide_read<unsigned int>(src);
----------------
nickdesaulniers wrote:
4f34e6452da3 PTAL
https://github.com/llvm/llvm-project/pull/124150