1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

count-trailing-zeros: Assume that the compiler supports 'long long'.

* lib/count-trailing-zeros.h (count_trailing_zeros_ll): Define
unconditionally.
* m4/count-trailing-zeros.m4: Remove file.
* modules/count-trailing-zeros (Files): Remove it.
(configure.ac): Don't invoke gl_COUNT_TRAILING_ZEROS.
* tests/test-count-trailing-zeros.c (main): Test count_trailing_zeros_ll
unconditionally.
This commit is contained in:
Bruno Haible
2019-12-22 09:33:17 +01:00
parent 0dfa3015c0
commit 00b4820cc9
5 changed files with 9 additions and 18 deletions

View File

@@ -4,13 +4,11 @@ Counts the number of trailing 0-bits in a word.
Files:
lib/count-trailing-zeros.c
lib/count-trailing-zeros.h
m4/count-trailing-zeros.m4
Depends-on:
extern-inline
configure.ac:
gl_COUNT_TRAILING_ZEROS
Makefile.am:
lib_SOURCES += count-trailing-zeros.c