Skip to content

Commit

Permalink
Fix mod_inv args
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Sep 7, 2023
1 parent b7e512e commit 5bc2496
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions benchmarks/core/mod_inv.bril
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ARGS: 46, 10007
# ARGS: 46 10007
@main(n: int, p: int) {
v0: int = const 2;
two: int = id v0;
Expand Down Expand Up @@ -81,10 +81,8 @@
# }
# console.log(ans);
# }
#
#
# function mod(n: bigint, p: bigint): bigint {
# return n - n / p * p;
# }
#


0 comments on commit 5bc2496

Please sign in to comment.