Start arena

This commit is contained in:
Nils O. Selåsdal
2026-06-04 16:20:59 +02:00
parent 8c71c1cb1b
commit 4cabd4fbed
3 changed files with 111 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ typedef uint64_t U64;
typedef float F32;
typedef double F64;
#if defined(__FLT128_MANT_DIG__) || defined(__FLOAT128__)
typedef _Float128 F128;
typedef __float128 F128;
#endif
#ifdef __SIZEOF_INT128__
typedef __int128 S128;