aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/loongarch/lp64/multiarch/strcmp.c
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-08-24LoongArch: Add ifunc support for strcmp{aligned, lsx}dengjianbo1-0/+35
Based on the glibc microbenchmark, strcmp-aligned implementation could reduce the runtime 0%-10% for aligned comparison, 10%-20% for unaligned comparison, strcmp-lsx implemenation could reduce the runtime 0%-50%.