mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
25 lines
296 B
Plaintext
25 lines
296 B
Plaintext
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
|