aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/x32.zig
AgeCommit message (Collapse)Author
2025-10-18std.os.linux: fix some issues in x32 inline asmAlex Rønne Petersen
ref https://github.com/ziglang/zig/issues/22189
2025-10-17std.os.linux: add incomplete x32 arch bits fileAlex Rønne Petersen
This is very likely full of wrong stuff. It's effectively just a copy of the x86_64 file - needed because the former stopped using usize/isize. To be clear, this is no more broken than the old situation was; this just makes the brokenness explicit.