![]() |
Imt.Base C++ API V4.1.1.0
|
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <cassert>
#include <climits>
#include <cstring>
#include <float.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | _WIN32_WINNT 0x0600 |
#define | __DATAFLOW_ASM(x) asm volatile(x) |
#define | __DATAFLOW_ROOT |
#define | __DATAFLOW_CLZ(x) ((x == 0U ? 32U : __builtin_clz(x))) |
#define __DATAFLOW_ASM | ( | x | ) | asm volatile(x) |
Definition at line 62 of file GCC_Platform.h.
#define __DATAFLOW_CLZ | ( | x | ) | ((x == 0U ? 32U : __builtin_clz(x))) |
Definition at line 73 of file GCC_Platform.h.
#define __DATAFLOW_ROOT |
Definition at line 63 of file GCC_Platform.h.
#define _WIN32_WINNT 0x0600 |
Definition at line 40 of file GCC_Platform.h.