mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 00:01:12 +00:00
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
|