about summary refs log tree commit diff
path: root/sysdeps/alpha/math-use-builtins-ffs.h
blob: 9925e374ac1e83fb8bb3ac5b64693af5674caac8 (plain) (blame)
1
2
3
4
5
6
7
#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