mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 07:43:13 +00:00
Set minimum #load(file, type) alignment to 16 bytes
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user