about summary refs log tree commit diff
path: root/sysdeps/powerpc/string-fza.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Add string-fza.hRichard Henderson2023-02-061-0/+71
While ppc has the more important string functions in assembly, there are still a few generic routines used. Use the Power 6 CMPB insn for testing of zeros. Checked on powerpc64le-linux-gnu. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>