mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
remove code, which is only reached if c_longdouble is only 16 or 32 bits big
This commit is contained in:
@@ -1838,8 +1838,6 @@ test "coerce between pointers of compatible differently-named floats" {
|
||||
}
|
||||
|
||||
const F = switch (@typeInfo(c_longdouble).float.bits) {
|
||||
16 => f16,
|
||||
32 => f32,
|
||||
64 => f64,
|
||||
80 => f80,
|
||||
128 => f128,
|
||||
|
||||
Reference in New Issue
Block a user