* lib/popcount.h: Use verify_true instead of if...abort.
[gnulib.git] / modules / popcount
1 Description:
2 Compute population count (number of 1-bits in a word).
3
4 Files:
5 lib/popcount.h
6 m4/popcount.m4
7
8 Depends-on:
9 inline
10 verify
11
12 configure.ac:
13 gl_POPCOUNT
14
15 Makefile.am:
16
17 Include:
18 "popcount.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Ben Pfaff