Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Loongarch: Add ifunc support and add different versions of strlen | dengjianbo | 2023-08-14 | 1 | -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 |