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_STDBIT_MODULE_INDICATOR([stdc_bit_ceil])

Makefile.am:
if GL_HAVE_STDBIT_H
else
lib_SOURCES += stdc_bit_ceil.c
endif

Include:
<stdbit.h>

License:
LGPLv2+

Maintainer:
all
