remove code, which is only reached if c_longdouble is only 16 or 32 bits big

This commit is contained in:
rpkak
2026-04-08 08:41:07 +02:00
parent e74b98227e
commit f564a7733c
20 changed files with 0 additions and 40 deletions
-2
View File
@@ -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,