1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

string: Use builtins for ffs and ffsll

It allows to remove a lot of arch-specific implementations.

Checked on x86_64, aarch64, powerpc64.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Adhemerval Zanella Netto
2023-08-25 13:30:58 -03:00
committed by Adhemerval Zanella
parent 26d01172f5
commit ae4b8d6a0e
28 changed files with 48 additions and 651 deletions

View File

@ -40,5 +40,6 @@
#include <math-use-builtins-lrint.h>
#include <math-use-builtins-llrint.h>
#include <math-use-builtins-logb.h>
#include <math-use-builtins-ffs.h>
#endif /* MATH_USE_BUILTINS_H */