about summary refs log tree commit diff
path: root/sysdeps/powerpc/math-use-builtins-ffs.h
blob: 7b1d401823c707190dcc8dc0ad9fa83aeb93c5ea (plain) (blame)
1
2
3
4
5
6
#define USE_FFS_BUILTIN    1
#ifdef __powerpc64__
# define USE_FFSLL_BUILTIN 1
#else
# define USE_FFSLL_BUILTIN 0
#endif