Skip to content

Commit

Permalink
rerun test for i64 div
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJOHN974 committed Nov 6, 2023
1 parent ee4c079 commit e00c66a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cranelift/zkasm_data/generated/i64_div.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ function_1:
${_mulArith} => E :ARITH
214748364n => B
0 => D
0 => C
$${var _divArith = E / B}
$${var _remArith = E % B}
${_divArith} => A
${_remArith} => C
E:ARITH
214748366n => B
B :ASSERT
Expand Down

0 comments on commit e00c66a

Please sign in to comment.