Commit 8c8cadc
authored
replace unsigned only varint calls with
- Replace encode_signed_varint with encode_varint for FloatIdentityOp bits
since float_to_bits returns unsigned values
- Remove redundant encode_signed_varint overload in writer.jl that just
wrapped encode_varint anywayencode_varint! (#43)1 parent 2c52a53 commit 8c8cadc
1 file changed
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | 293 | | |
305 | 294 | | |
306 | 295 | | |
| |||
544 | 533 | | |
545 | 534 | | |
546 | 535 | | |
547 | | - | |
| 536 | + | |
548 | 537 | | |
549 | 538 | | |
550 | 539 | | |
| |||
0 commit comments