From b541a7af1155a984bd41008ea337030d0373e0ea Mon Sep 17 00:00:00 2001 From: Alex Rønne Petersen Date: Fri, 24 Jan 2025 00:22:43 +0100 Subject: std.Target: Remove Cpu.Arch.spu_2. This was for a hobby project that appears to be dormant for now. This can be added back if the project is resumed in the future. --- src/Type.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Type.zig') diff --git a/src/Type.zig b/src/Type.zig index d058e6a363..0f03380b73 100644 --- a/src/Type.zig +++ b/src/Type.zig @@ -1698,7 +1698,6 @@ pub fn maxIntAlignment(target: std.Target) u16 { // Below this comment are unverified but based on the fact that C requires // int128_t to be 16 bytes aligned, it's a safe default. - .spu_2, .csky, .arc, .m68k, -- cgit v1.2.3