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

Macro Definition Documentation

◆ __DATAFLOW_ASM

#define __DATAFLOW_ASM (   x)    asm volatile(x)

Definition at line 50 of file GCC_Linux_Platform.h.

◆ __DATAFLOW_CLZ

#define __DATAFLOW_CLZ (   x)    ::imt::base::core::platform::countLeadingZeros(x)

Definition at line 64 of file GCC_Linux_Platform.h.

◆ __DATAFLOW_ROOT

#define __DATAFLOW_ROOT

Definition at line 51 of file GCC_Linux_Platform.h.