aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/lib/string.S
AgeCommit message (Collapse)AuthorFilesLines
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ↵Helge Deller1-0/+136
strcat Add performance-optimized versions of some string functions. Signed-off-by: Helge Deller <[email protected]> Tested-by: Sven Schnelle <[email protected]>