diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-02 19:59:58 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-02 19:59:58 +0200 |
commit | 53304aa9dadde22a0041f4c790a6543986dc0e99 (patch) | |
tree | 9550bce1139c831874d2f09468966b493ea3f761 | |
parent | 51b27073af44ac5b299281727a99e4869f7603e7 (diff) |
curve25519-neon-arm: force ARM encoding, since this is unrepresentable in Thumb
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | src/crypto/curve25519-neon-arm.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/curve25519-neon-arm.S b/src/crypto/curve25519-neon-arm.S index 1fd7331..1a921e2 100644 --- a/src/crypto/curve25519-neon-arm.S +++ b/src/crypto/curve25519-neon-arm.S @@ -6,6 +6,7 @@ #include <linux/linkage.h> .text + .arm .fpu neon .align 4 |