[Flint] adding gen9 eu encoding
Mirror Gitea refs to GitHub / mirror (push) Successful in 15s
Test / build_and_test (push) Failing after 2m17s
Build / build (push) Successful in 5m24s

This commit is contained in:
2026-08-29 13:35:19 +02:00
parent 0788470ee5
commit fda7a2891c
27 changed files with 1122 additions and 166 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ pub const Properties = packed struct {
block_parameters_lowered: bool = false,
parallel_copies_lowered: bool = false,
compute_abi_lowered: bool = false,
system_values_lowered: bool = false,
resources_lowered: bool = false,
messages_lowered: bool = false,
@@ -25,7 +26,7 @@ pub const Properties = packed struct {
flags_allocated: bool = false,
branches_resolved: bool = false,
_padding: u17 = 0,
_padding: u16 = 0,
};
pub const StorageBuffer = struct {