Skip to content

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BillXu2000 committed Aug 30, 2023
1 parent 8ca9dbb commit e85e479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmarks/core/mod_inv.bril
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
ret v6;
}

# ts2bril inv.ts | bril2txt | tail +3 | sed -E 's/float/int/g' | sed -E 's/fgt/gt/g' > inv.bril
# generated by typescript code below:
#
# function main(n: bigint, p: bigint) {
# var two: bigint = 2;
# var m: bigint = p - two;
Expand All @@ -82,4 +85,6 @@
# function mod(n: bigint, p: bigint): bigint {
# return n - n / p * p;
# }
#


0 comments on commit e85e479

Please sign in to comment.