| ... | @@ -6,9 +6,8 @@ pub const panic = common.panic; | ... | @@ -6,9 +6,8 @@ pub const panic = common.panic; |
| 6 | comptime { | 6 | comptime { |
| 7 | if (common.want_aeabi) { | 7 | if (common.want_aeabi) { |
| 8 | @export(&__aeabi_d2h, .{ .name = "__aeabi_d2h", .linkage = common.linkage, .visibility = common.visibility }); | 8 | @export(&__aeabi_d2h, .{ .name = "__aeabi_d2h", .linkage = common.linkage, .visibility = common.visibility }); |
| 9 | } else { | | |
| 10 | @export(&__truncdfhf2, .{ .name = "__truncdfhf2", .linkage = common.linkage, .visibility = common.visibility }); | | |
| 11 | } | 9 | } |
| | 10 | @export(&__truncdfhf2, .{ .name = "__truncdfhf2", .linkage = common.linkage, .visibility = common.visibility }); |
| 12 | } | 11 | } |
| 13 | | 12 | |
| 14 | pub fn __truncdfhf2(a: f64) callconv(.C) common.F16T(f64) { | 13 | pub fn __truncdfhf2(a: f64) callconv(.C) common.F16T(f64) { |