verify: new macro 'assume'
[gnulib.git] / modules / integer_length
1 Description:
2 Finds the most significant bit in an 'unsigned int'.
3
4 Files:
5 lib/integer_length.h
6 lib/integer_length.c
7 lib/float+.h
8 m4/longlong.m4
9 m4/exponentd.m4
10
11 Depends-on:
12 float
13
14 configure.ac:
15 AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
16 AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
17
18 Makefile.am:
19 lib_SOURCES += integer_length.c
20
21 Include:
22 "integer_length.h"
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible