From 953ae326071da383dc8d9a2e977de5b1868c2477 Mon Sep 17 00:00:00 2001 From: Damian Tarnawski Date: Wed, 31 Jul 2024 18:55:04 +0200 Subject: [PATCH] Update builtin constants --- base/runtime/core.odin | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/runtime/core.odin b/base/runtime/core.odin index 56aaefaa9..e2490051e 100644 --- a/base/runtime/core.odin +++ b/base/runtime/core.odin @@ -525,11 +525,12 @@ Raw_Quaternion256_Vector_Scalar :: struct {vector: [3]f64, scalar: f64} Linux, Essence, FreeBSD, - Haiku, OpenBSD, NetBSD, + Haiku, WASI, JS, + Orca, Freestanding, } */ @@ -589,7 +590,7 @@ Odin_Platform_Subtarget_Type :: type_of(ODIN_PLATFORM_SUBTARGET) Memory = 1, Thread = 2, } - Odin_Sanitizer_Flags :: distinct bitset[Odin_Sanitizer_Flag; u32] + Odin_Sanitizer_Flags :: distinct bit_set[Odin_Sanitizer_Flag; u32] ODIN_SANITIZER_FLAGS // is a constant */