summaryrefslogtreecommitdiffstats
path: root/omni/intrin.h
blob: b731c15fd9f4a3cb6d3e1f2143a1b75ced2b075f (plain) (blame)
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