zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 1e2c2161565c277cc0a8f1b43159d033bef03e1c (tree)
parent 378eec95b81e803885382ae8432235609c8ef687
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon, 10 Nov 2025 06:49:29 +0100

compiler: kvx requires 8-byte aligned functions

Diffstat:
Msrc/target.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/target.zig b/src/target.zig @@ -756,6 +756,7 @@ pub fn minFunctionAlignment(target: *const std.Target) Alignment { => .@"4", .bpfeb, .bpfel, + .kvx, .mips64, .mips64el, => .@"8",