| author | |
| committer | |
| log | eb08fd5f5f386063353c10c88d30d1bf9cbc2714 |
| tree | 1161f015f17712489bd0a62864d927f5d92a7a4f |
| parent | fb7a95b3c458457c12c47f6dabaeb37cb3bf85b2 |
1 files changed, 0 insertions(+), 1 deletions(-)
std/std.zig-1| ... | @@ -268,7 +268,6 @@ pub fn buf_print_f64(out_buf: []u8, x: f64) -> isize { | ... | @@ -268,7 +268,6 @@ pub fn buf_print_f64(out_buf: []u8, x: f64) -> isize { |
| 268 | 268 | ||
| 269 | const bits = f64_to_bits(x); | 269 | const bits = f64_to_bits(x); |
| 270 | if (bits & (1 << 63) != 0) { | 270 | if (bits & (1 << 63) != 0) { |
| 271 | %%stdout.printf("neg\n"); | ||
| 272 | buf[0] = '-'; | 271 | buf[0] = '-'; |
| 273 | len += 1; | 272 | len += 1; |
| 274 | } | 273 | } |