From 4748386b4e22a5bfe0c4d3f0d65c43f37e09536e Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 16 Apr 2026 17:01:13 +0200 Subject: progress on the allocator --- omni/intrin.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 omni/intrin.h (limited to 'omni/intrin.h') 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 -- cgit v1.2.3