36#ifndef IMT_BASE_CORE_PLATFORM_COUNT_LEADING_ZEROS_H
37#define IMT_BASE_CORE_PLATFORM_COUNT_LEADING_ZEROS_H
54 constexpr uint8_t maxZeroCount {32U};
58 constexpr uint32_t mask4 {0xF0000000U};
59 constexpr uint32_t mask2 {0xC0000000U};
60 constexpr uint32_t mask1 {0x80000000U};
63 while ((res & mask4) == 0U) {
67 if ((res & mask2) == 0U) {
72 if ((res & mask1) == 0U) {
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t