about summary refs log tree commit diff
path: root/sysdeps/loongarch/lp64/multiarch/strlen.c
Commit message (Collapse)AuthorAgeFilesLines
* Loongarch: Add ifunc support and add different versions of strlendengjianbo2023-08-141-0/+37
strlen-lasx is implemeted by LASX simd instructions(256bit) strlen-lsx is implemeted by LSX simd instructions(128bit) strlen-align is implemented by LA basic instructions and never use unaligned memory acess