mirror of git://sourceware.org/git/glibc.git
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
|