[PATCH v3 5/6] mips: Remove strcmp.S

Philippe Mathieu-Daudé philmd@linaro.org
Mon Sep 22 06:34:07 GMT 2025


On 3/9/25 15:53, Jovan Dmitrovic wrote:
> Testing strcmp on MIPS hardware shows that strcmp.S performs worse
> than the combination of using the generic strcmp.c implementation
> alongside -funroll-loops.
> 
> Suggested-by:  Joseph Myers <josmyers@redhat.com>
> ---
>   sysdeps/mips/Makefile |   4 +
>   sysdeps/mips/strcmp.S | 249 ------------------------------------------
>   2 files changed, 4 insertions(+), 249 deletions(-)
>   delete mode 100644 sysdeps/mips/strcmp.S

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



More information about the Libc-alpha mailing list