#ifndef OMNI_INTRIN_H #define OMNI_INTRIN_H #define cast(T, x) ((T)(x)) #define unused(x) cast(void, (x)) #endif