diff options
Diffstat (limited to 'src/crypto/curve25519-neon-arm.S')
-rw-r--r-- | src/crypto/curve25519-neon-arm.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crypto/curve25519-neon-arm.S b/src/crypto/curve25519-neon-arm.S index 1a921e2..b54211a 100644 --- a/src/crypto/curve25519-neon-arm.S +++ b/src/crypto/curve25519-neon-arm.S @@ -6,15 +6,15 @@ #include <linux/linkage.h> .text - .arm .fpu neon .align 4 ENTRY(curve25519_asm_neon) vpush {q4,q5,q6,q7} mov r12,sp - sub sp,sp,#736 - and sp,sp,#0xffffffe0 + sub r3,sp,#736 + and r3,r3,#0xffffffe0 + mov sp,r3 strd r4,[sp,#0] strd r6,[sp,#8] strd r8,[sp,#16] |