about summary refs log tree commit diff
path: root/sysdeps/powerpc/math-use-builtins-ffs.h
Commit message (Collapse)AuthorAgeFilesLines
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-011-0/+6
It allows to remove a lot of arch-specific implementations. Checked on x86_64, aarch64, powerpc64. Reviewed-by: Carlos O'Donell <carlos@redhat.com>