aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-use-builtins-ffs.h
AgeCommit message (Collapse)Author
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto
It allows to remove a lot of arch-specific implementations. Checked on x86_64, aarch64, powerpc64. Reviewed-by: Carlos O'Donell <carlos@redhat.com>