| 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,7 +188,6 @@ const Writer = struct { |
| 188 | .log, | 188 | .log, |
| 189 | .log2, | 189 | .log2, |
| 190 | .log10, | 190 | .log10, |
| 191 | .abs, | ||
| 192 | .floor, | 191 | .floor, |
| 193 | .ceil, | 192 | .ceil, |
| 194 | .round, | 193 | .round, |
| ... | @@ -253,6 +252,7 @@ const Writer = struct { | ... | @@ -253,6 +252,7 @@ const Writer = struct { |
| 253 | .popcount, | 252 | .popcount, |
| 254 | .byte_swap, | 253 | .byte_swap, |
| 255 | .bit_reverse, | 254 | .bit_reverse, |
| 255 | .abs, | ||
| 256 | .error_set_has_value, | 256 | .error_set_has_value, |
| 257 | .addrspace_cast, | 257 | .addrspace_cast, |
| 258 | .c_va_arg, | 258 | .c_va_arg, |