mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 08:34:08 +00:00
bit_set support in debug symbols by treating them like a bit field of 1 bit booleans
This commit is contained in:
@@ -276,6 +276,7 @@ struct TypeProc {
|
||||
Type *underlying; \
|
||||
i64 lower; \
|
||||
i64 upper; \
|
||||
Ast * node; \
|
||||
}) \
|
||||
TYPE_KIND(SimdVector, struct { \
|
||||
i64 count; \
|
||||
|
||||
Reference in New Issue
Block a user