1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/count-leading-zeros
Bruno Haible 0dfa3015c0 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.
2019-12-22 09:32:37 +01:00

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