Description:
stdc_bit_ceil macro, stdc_bit_ceil_* functions:
Return the smallest power of 2 that is ≥ a given unsigned integer.

Files:
lib/stdc_bit_ceil.c

Depends-on:
stdbit-h
stdc_bit_width

configure.ac:
AC_REQUIRE([gl_STDBIT_H])
GL_STDC_BIT_CEIL=1

Makefile.am:
if GL_GENERATE_STDBIT_H
lib_SOURCES += stdc_bit_ceil.c
endif

Include:
<stdbit.h>

License:
LGPLv2+

Maintainer:
all
