mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 10:20:05 +00:00
Update Tilde
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
#include "tilde/tb.h"
|
||||
#include "tilde/tb_arena.h"
|
||||
|
||||
#define TB_TYPE_F16 TB_DataType{ { TB_INT, 0, 16 } }
|
||||
#define TB_TYPE_I128 TB_DataType{ { TB_INT, 0, 128 } }
|
||||
#define TB_TYPE_F16 TB_DataType{ { TB_INT, 16 } }
|
||||
#define TB_TYPE_I128 TB_DataType{ { TB_INT, 128 } }
|
||||
#define TB_TYPE_INT TB_TYPE_INTN(cast(u16)(8*build_context.int_size))
|
||||
#define TB_TYPE_INTPTR TB_TYPE_INTN(cast(u16)(8*build_context.ptr_size))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user