mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
ae4b8d6a0e
It allows to remove a lot of arch-specific implementations. Checked on x86_64, aarch64, powerpc64. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
7 lines
121 B
C
7 lines
121 B
C
#define USE_FFS_BUILTIN 1
|
|
#ifdef __powerpc64__
|
|
# define USE_FFSLL_BUILTIN 1
|
|
#else
|
|
# define USE_FFSLL_BUILTIN 0
|
|
#endif
|