]> git.ipfire.org Git - thirdparty/glibc.git/commit
mips: Remove strcmp.S
authorJovan Dmitrovic <jovan.dmitrovic@htecgroup.com>
Wed, 3 Sep 2025 13:53:37 +0000 (13:53 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 23 Sep 2025 13:29:24 +0000 (10:29 -0300)
commit3ac2833ec74c3a7c9ce6c72fd1a5797fc494638b
treebd6653b001ac9f1ad180cbaef202500fa5b669c0
parentc1016b727ad0955a9c72806d6cfb4596264b6c1e
mips: Remove strcmp.S

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>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
sysdeps/mips/Makefile
sysdeps/mips/strcmp.S [deleted file]