Hash :
0dfa3015
Author :
Date :
2019-12-22T09:32:07
count-leading-zeros: Assume that the compiler supports 'long long'. * lib/count-leading-zeros.h (count_leading_zeros_ll): Define unconditionally. * m4/count-leading-zeros.m4: Remove file. * modules/count-leading-zeros (Files): Remove it. (configure.ac): Don't invoke gl_COUNT_LEADING_ZEROS. * tests/test-count-leading-zeros.c (main): Test count_leading_zeros_ll unconditionally.
Description:
Counts the number of leading 0-bits in a word.
Files:
lib/count-leading-zeros.c
lib/count-leading-zeros.h
Depends-on:
extern-inline
verify
configure.ac:
Makefile.am:
lib_SOURCES += count-leading-zeros.c
Include:
"count-leading-zeros.h"
License:
LGPLv2+
Maintainer:
Eric Blake