![]() |
Imt.Base C++ API V4.1.1.0
|
#include <cassert>#include <climits>#include <cstddef>#include <cstdint>#include <cstdio>#include <cstring>#include <float.h>#include <string.h>#include <Imt.Base.Core.Platform/CountLeadingZeros.h>Go to the source code of this file.
Macros | |
| #define | __DATAFLOW_ASM(x) asm volatile(x) |
| #define | __DATAFLOW_ROOT |
| #define | __DATAFLOW_CLZ(x) ::imt::base::core::platform::countLeadingZeros(x) |
| #define __DATAFLOW_ASM | ( | x | ) | asm volatile(x) |
Definition at line 50 of file GCC_Linux_Platform.h.
| #define __DATAFLOW_CLZ | ( | x | ) | ::imt::base::core::platform::countLeadingZeros(x) |
Definition at line 64 of file GCC_Linux_Platform.h.
| #define __DATAFLOW_ROOT |
Definition at line 51 of file GCC_Linux_Platform.h.