aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <bero@linaro.org>2017-02-23 00:46:28 +0100
committerBernhard Rosenkränzer <bero@linaro.org>2017-02-23 21:50:01 +0100
commitbe07c16d2f30a3dc1349712a2efcc9d556fbaaa1 (patch)
treec0ec1d8a76e458364c112853f018fd6585d8a27f
parent9ca20b85c448dc63c243043031c779d8caf2f94d (diff)
downloadhikey-clang-be07c16d2f30a3dc1349712a2efcc9d556fbaaa1.tar.gz
x86, crypto, LLVMLinux: Fix building x86_64 AES extensions with clang
This is a workaround for PR24494 Signed-off-by: Bernhard Rosenkränzer <bero@linaro.org>
-rw-r--r--arch/x86/crypto/aes_ctrby8_avx-x86_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/aes_ctrby8_avx-x86_64.S b/arch/x86/crypto/aes_ctrby8_avx-x86_64.S
index a916c4a61165..7a71553b23dc 100644
--- a/arch/x86/crypto/aes_ctrby8_avx-x86_64.S
+++ b/arch/x86/crypto/aes_ctrby8_avx-x86_64.S
@@ -93,7 +93,7 @@
#define tmp %r10
#define DDQ(i) CONCAT(ddq_add_,i)
-#define XMM(i) CONCAT(%xmm, i)
+#define XMM(i) CONCAT(%xmm,i)
#define DDQ_DATA 0
#define XDATA 1
#define KEY_128 1