Go to the source code of this file.
◆ XMAC_LIST_ENABLED_FIELD
| #define XMAC_LIST_ENABLED_FIELD |
Value:
X(f32_2) \
X(f32_3) \
X(f32_4) \
X(f32_8) \
X(f32_16) \
X(f64_2) \
X(f64_3) \
X(f64_4) \
X(f64_8) \
X(f64_16) \
X(u32_3) \
X(u64_3) \
X(i64_3) \
double f64
Alias for double.
float f32
Alias for float.
std::uint32_t u32
32 bit unsigned integer
std::uint64_t u64
64 bit unsigned integer
std::int64_t i64
64 bit integer
#define X
Temp definition for the X macro call to define the log levels.
X macro listing all enabled field types in the scheduler.
Definition at line 23 of file enabled_fields.hpp.