riscv: Add RVV strcmp for both multiarch and non-multiarch builds

8 May 14:32 - glibc - Yao Zihong

This patch adds an RVV-optimized implementation of strcmp for RISC-V and enables it for both multiarch (IFUNC) and non-multiarch builds. The implementation integrates Hau Hsu's 2023 RVV work under a unified ifunc-based framework.

riscv: Add RVV strncmp for both multiarch and non-multiarch builds

8 May 14:32 - glibc - Yao Zihong

This patch adds an RVV-optimized implementation of strncmp for RISC-V and enables it for both multiarch (IFUNC) and non-multiarch builds. The implementation integrates Hau Hsu's 2023 RVV work under a unified ifunc-based framework.


  • Most Popular This Week

stdlib: Add internal stdc_rotate_left implementation

7 May 18:04 - glibc - Uros Bizjak

It follows the C2y N3367 proposed interface, along with some tests imported from gnulib (and adapted to glibc libsupport).

Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

7 May 17:32 - Linux Kernel - Linus Torvalds