view modules/count-trailing-zeros @ 40171:fbfa1d6417d9

strtod, strtold tests: Simplify tests. * tests/test-strtod.c (main): Assume no rounding errors for 0.5. * tests/test-strtold.c (main): Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 01 Feb 2019 02:51:20 +0100
parents 97a395d4f592
children
line wrap: on
line source

Description:
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

Include:
"count-trailing-zeros.h"

License:
LGPLv2+

Maintainer:
all