Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
CountLeadingZeros.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  imt
 This is a application specific file which is used to configure Imt.Base.Core.Math.
 
namespace  imt::base
 
namespace  imt::base::core
 
namespace  imt::base::core::platform
 

Functions

uint8_t imt::base::core::platform::countLeadingZeros (uint32_t const x)
 Platform independent implementation of the IAR intrinsic __clz, which counts the number of leading zero bits of the input value.