mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
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
|