diff options
Diffstat (limited to 'omni/intrin.h')
| -rw-r--r-- | omni/intrin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/omni/intrin.h b/omni/intrin.h new file mode 100644 index 0000000..b731c15 --- /dev/null +++ b/omni/intrin.h @@ -0,0 +1,7 @@ +#ifndef OMNI_INTRIN_H +#define OMNI_INTRIN_H + +#define cast(T, x) ((T)(x)) +#define unused(x) cast(void, (x)) + +#endif |
