blob: f6ec283cd7a4efdb230a361e2d5707fc01b138ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Description:
Counts the number of leading 0-bits in a word.
Files:
lib/count-leading-zeros.c
lib/count-leading-zeros.h
m4/count-leading-zeros.m4
Depends-on:
extern-inline
verify
configure.ac:
gl_COUNT_LEADING_ZEROS
Makefile.am:
lib_SOURCES += count-leading-zeros.c
Include:
"count-leading-zeros.h"
License:
LGPLv2+
Maintainer:
Eric Blake
|