aboutsummaryrefslogtreecommitdiff
path: root/src/Type.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-01-24 00:22:43 +0100
committerAlex Rønne Petersen <alex@alexrp.com>2025-02-17 19:17:55 +0100
commitb541a7af1155a984bd41008ea337030d0373e0ea (patch)
treef8fb36f0e10cdadb8734254610567f799db206e3 /src/Type.zig
parent55c46870b23ac16670beaa3ff1c082b703738307 (diff)
downloadzig-b541a7af1155a984bd41008ea337030d0373e0ea.tar.gz
zig-b541a7af1155a984bd41008ea337030d0373e0ea.zip
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.
Diffstat (limited to 'src/Type.zig')
-rw-r--r--src/Type.zig1
1 files changed, 0 insertions, 1 deletions
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,