std.Target: Fix C long double size for sparc32 (8, not 16).

This commit is contained in:
Alex Rønne Petersen
2024-08-06 16:34:55 +02:00
parent eef499812c
commit 7b47ebe576

View File

@@ -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,