| author | |
| committer | |
| log | 62a0fbdaef575c857a7fa5f911447dd7275c9f22 |
| tree | cb84846019cfa0ae931776efc1f66a49507b377b |
| parent | af40bce08adf232c9f6b9016810a24f7d0260399 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/print_air.zig+1-1| ... | ... | @@ -188,7 +188,6 @@ const Writer = struct { |
| 188 | 188 | .log, |
| 189 | 189 | .log2, |
| 190 | 190 | .log10, |
| 191 | .abs, | |
| 192 | 191 | .floor, |
| 193 | 192 | .ceil, |
| 194 | 193 | .round, |
| ... | ... | @@ -253,6 +252,7 @@ const Writer = struct { |
| 253 | 252 | .popcount, |
| 254 | 253 | .byte_swap, |
| 255 | 254 | .bit_reverse, |
| 255 | .abs, | |
| 256 | 256 | .error_set_has_value, |
| 257 | 257 | .addrspace_cast, |
| 258 | 258 | .c_va_arg, |