Commit d22f151db0e5217913ec1667a3b4e354dd88a973

Eric Blake 2012-08-11T07:34:00

count-leading-zeros: use a lookup table on non-gcc compilers While this only affects non-gcc compilers, we can assume that lookups are faster than conditionals, even if it results in a slightly larger executable size. * lib/count-leading-zeros.h (count_leading_zeros_32): Use an alternate implementation, suggested by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>