Skip to content

Commit

Permalink
whoops, revert local change to test CT error on =copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Nov 5, 2024
1 parent 6eb0c60 commit 83e603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constantine/math_compiler/impl_msm_nvidia.nim
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ proc msm*(asy: Assembler_LLVM, cd: CurveDescriptor, r, coefs, points: ValueRef,

var accumBuckets = asy.newEcPointJac(cd)
var miniMSM = asy.newEcPointJac(cd)
accumBuckets = buckets[numBuckets-1]
accumBuckets.store(buckets[numBuckets-1])
miniMSM.store(buckets[numBuckets-1])

asy.llvmFor k, numBuckets-2, 0, false:
Expand Down

0 comments on commit 83e603a

Please sign in to comment.