aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/loongarch/lp64/multiarch/memcmp-aligned.S
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-29LoongArch: Add ifunc support for memcmp{aligned, lsx, lasx}dengjianbo1-0/+292
According to glibc memcmp microbenchmark test results(Add generic memcmp), this implementation have performance improvement except the length is less than 3, details as below: Name Percent of time reduced memcmp-lasx 16%-74% memcmp-lsx 20%-50% memcmp-aligned 5%-20%