mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Revert "std.Target: Fix C long double size for amdhsa, amdpal, and mesa3d (8, not 16)."
This reverts commit eef499812c37112f4b03bde73a632c23ca753d20.
This commit is contained in:
parent
4e56653628
commit
1e1cd1f02c
@ -2295,7 +2295,7 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 {
|
||||
.short, .ushort => return 16,
|
||||
.int, .uint, .float => return 32,
|
||||
.long, .ulong, .longlong, .ulonglong, .double => return 64,
|
||||
.longdouble => return 64,
|
||||
.longdouble => return 128,
|
||||
},
|
||||
|
||||
.opencl, .vulkan => switch (c_type) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user