tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
bit_floor.hpp File Reference

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.