compiler: kvx requires 8-byte aligned functions

This commit is contained in:
Alex Rønne Petersen 2025-11-10 06:49:29 +01:00
parent 378eec95b8
commit 1e2c216156
No known key found for this signature in database

View File

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