Commit 7b47ebe576

Alex Rønne Petersen <alex@alexrp.com>
2024-08-06 16:34:55
std.Target: Fix C long double size for sparc32 (8, not 16).
1 parent eef4998
Changed files (1)
lib
lib/std/Target.zig
@@ -2060,7 +2060,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 {
                     .aarch64,
                     .aarch64_be,
                     .s390x,
-                    .sparc,
                     .sparc64,
                     .wasm32,
                     .wasm64,
@@ -2166,7 +2165,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 {
                     .s390x,
                     .mips64,
                     .mips64el,
-                    .sparc,
                     .sparc64,
                     .wasm32,
                     .wasm64,