Skip to content

Commit fb89417

Browse files
author
Jeff R. Allen
authored
Merge pull request #393 from AdoAdoAdo/fix-arm64-mul
Fix multiplication for bn256 arm64
2 parents a485d57 + 181f782 commit fb89417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pairing/bn256/mul_arm64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
ADCS R0, R29 \
6161
UMULH R4, R8, c7 \
6262
ADCS ZR, c7 \
63-
ADDS R25, c3 \
63+
ADDS R1, c3 \
6464
ADCS R26, c4 \
6565
ADCS R27, c5 \
6666
ADCS R29, c6 \

0 commit comments

Comments
 (0)