mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Update builtin constants
This commit is contained in:
@@ -525,11 +525,12 @@ Raw_Quaternion256_Vector_Scalar :: struct {vector: [3]f64, scalar: f64}
|
|||||||
Linux,
|
Linux,
|
||||||
Essence,
|
Essence,
|
||||||
FreeBSD,
|
FreeBSD,
|
||||||
Haiku,
|
|
||||||
OpenBSD,
|
OpenBSD,
|
||||||
NetBSD,
|
NetBSD,
|
||||||
|
Haiku,
|
||||||
WASI,
|
WASI,
|
||||||
JS,
|
JS,
|
||||||
|
Orca,
|
||||||
Freestanding,
|
Freestanding,
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
@@ -589,7 +590,7 @@ Odin_Platform_Subtarget_Type :: type_of(ODIN_PLATFORM_SUBTARGET)
|
|||||||
Memory = 1,
|
Memory = 1,
|
||||||
Thread = 2,
|
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
|
ODIN_SANITIZER_FLAGS // is a constant
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user