Set minimum #load(file, type) alignment to 16 bytes

This commit is contained in:
Jeroen van Rijn
2025-10-15 18:04:24 +02:00
parent 4b8751bebd
commit faa9222fef
2 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ struct Ast;
struct Scope;
struct Entity;
// NOTE(Jeroen): Minimum alignment for #load(file, <type>) slices
#define MINIMUM_SLICE_ALIGNMENT 16
enum BasicKind {
Basic_Invalid,