mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
compiler: kvx requires 8-byte aligned functions
This commit is contained in:
parent
378eec95b8
commit
1e2c216156
@ -756,6 +756,7 @@ pub fn minFunctionAlignment(target: *const std.Target) Alignment {
|
||||
=> .@"4",
|
||||
.bpfeb,
|
||||
.bpfel,
|
||||
.kvx,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
=> .@"8",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user