On 2026/1/30 10:50, Feng Jiang wrote: > This series provides optimized implementations of strnlen(), strchr(), > and strrchr() for the RISC-V architecture. The strnlen() implementation > is derived from the existing optimized strlen(). For strchr() and > strrchr(), the current versions use simple byte-by-byte assembly logic, > which will serve as a baseline for future Zbb-based optimizations.
Hi Palmer, Just a gentle ping on this v7 series. Kees is happy for this to go through the riscv tree. I've also followed up with Andy regarding the tags for v7 on the mailing list. Is there anything else needed for this series to be picked up? -- With Best Regards, Feng Jiang

