mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +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>
8 lines
150 B
C
8 lines
150 B
C
#ifdef __alpha_cix__
|
|
# define USE_FFS_BUILTIN 1
|
|
# define USE_FFSLL_BUILTIN 1
|
|
#else
|
|
# define USE_FFS_BUILTIN 0
|
|
# define USE_FFSLL_BUILTIN 0
|
|
#endif
|