Use __builtin_ctz{,l,ll} and __builtin_ffs{,l,ll} with clang everywhere. * lib/count-trailing-zeros.h (COUNT_TRAILING_ZEROS): Use the GCC built-in also on clang. * lib/ffs.c: With clang, use the GCC built-in, not <intrin.h>. * lib/ffsl.h: Likewise. Assume GCC_BUILTIN is defined.