summaryrefslogtreecommitdiff
path: root/modules/count-leading-zeros
blob: 09a910d86276d5f6f9da0c1e84c1dc122ebd83a2 (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
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