1 2 3 4 5 6 7
#ifndef OMNI_INTRIN_H #define OMNI_INTRIN_H #define cast(T, x) ((T)(x)) #define unused(x) cast(void, (x)) #endif