Skip to content

Commit

Permalink
aaaaaaaaaaarrrrrrrrrrggggggggggggghhhhhhhhhhhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Aug 8, 2024
1 parent 3ffca4d commit 03c2569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bncurve/arith.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ when sizeof(int) == 4:
func addC*(cOut: var Carry, sum: var uint64, a, b: uint64, cIn: Carry) {.inline.} =
addC_nim(cOut, sum, a, b, cIn)
func subB*(bOut: var Borrow, diff: var uint64, a, b: uint64, bIn: Borrow) {.inline.} =
subB_nim(bOuit, diff, a, b, bIn)
subB_nim(bOut, diff, a, b, bIn)
proc muladd2(hi, lo: var uint64, a, b, c1, c2: uint64) =
muladd2_nim(hi, lo, a, b, c1, c2)

Expand Down

0 comments on commit 03c2569

Please sign in to comment.