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
|