| ... | @@ -3178,12 +3178,6 @@ zig_bitCast_float(f64, uint64_t) | ... | @@ -3178,12 +3178,6 @@ zig_bitCast_float(f64, uint64_t) |
| 3178 | zig_bitCast_float(f80, zig_u128) | 3178 | zig_bitCast_float(f80, zig_u128) |
| 3179 | zig_bitCast_float(f128, zig_u128) | 3179 | zig_bitCast_float(f128, zig_u128) |
| 3180 | | 3180 | |
| 3181 | #define zig_cast_f16 | | |
| 3182 | #define zig_cast_f32 | | |
| 3183 | #define zig_cast_f64 | | |
| 3184 | #define zig_cast_f80 | | |
| 3185 | #define zig_cast_f128 | | |
| 3186 | | | |
| 3187 | #define zig_convert_builtin(ExternResType, ResType, operation, ExternArgType, ArgType, version) \ | 3181 | #define zig_convert_builtin(ExternResType, ResType, operation, ExternArgType, ArgType, version) \ |
| 3188 | zig_extern ExternResType zig_expand_concat(zig_expand_concat(zig_expand_concat(__##operation, \ | 3182 | zig_extern ExternResType zig_expand_concat(zig_expand_concat(zig_expand_concat(__##operation, \ |
| 3189 | zig_compiler_rt_abbrev_##ArgType), zig_compiler_rt_abbrev_##ResType), version)(ExternArgType); \ | 3183 | zig_compiler_rt_abbrev_##ArgType), zig_compiler_rt_abbrev_##ResType), version)(ExternArgType); \ |