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:
committed by
Adhemerval Zanella
parent
26d01172f5
commit
ae4b8d6a0e
@ -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 */
|
||||
|
Reference in New Issue
Block a user