tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<etl::builtin_unsigned_integer UInt> | |
constexpr auto | bit_floor (UInt x) noexcept -> UInt |
If x is not zero, calculates the largest integral power of two that is not greater than x. If x is zero, returns zero. | |