mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +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
196 B
C
8 lines
196 B
C
#if defined __mc68020__ || defined __mc68030__ || defined __mc68040__ \
|
|
|| defined __mc68060__
|
|
# define USE_FFS_BUILTIN 1
|
|
#else
|
|
# define USE_FFS_BUILTIN 0
|
|
#endif
|
|
#define USE_FFSLL_BUILTIN 0
|