Skip to content

Commit

Permalink
Merge pull request #393 from AdoAdoAdo/fix-arm64-mul
Browse files Browse the repository at this point in the history
Fix multiplication for bn256 arm64
  • Loading branch information
Jeff R. Allen committed Oct 8, 2019
2 parents a485d57 + 181f782 commit fb89417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pairing/bn256/mul_arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
ADCS R0, R29 \
UMULH R4, R8, c7 \
ADCS ZR, c7 \
ADDS R25, c3 \
ADDS R1, c3 \
ADCS R26, c4 \
ADCS R27, c5 \
ADCS R29, c6 \
Expand Down

0 comments on commit fb89417

Please sign in to comment.