Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
GCC_Platform.h File Reference
#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)))
 

Macro Definition Documentation

◆ __DATAFLOW_ASM

#define __DATAFLOW_ASM (   x)    asm volatile(x)

Definition at line 62 of file GCC_Platform.h.

◆ __DATAFLOW_CLZ

#define __DATAFLOW_CLZ (   x)    ((x == 0U ? 32U : __builtin_clz(x)))

Definition at line 73 of file GCC_Platform.h.

◆ __DATAFLOW_ROOT

#define __DATAFLOW_ROOT

Definition at line 63 of file GCC_Platform.h.

◆ _WIN32_WINNT

#define _WIN32_WINNT   0x0600

Definition at line 40 of file GCC_Platform.h.