diff options
author | 2020-05-27 16:17:40 +0200 | |
---|---|---|
committer | 2020-07-23 17:34:16 +1000 | |
commit | 44623b2818f4a442726639572f44fd9b6d0ef68c (patch) | |
tree | 18df66f7703372af625b6f036d52056f5926a5ac /lib/mpi/mpi-sub-ui.c | |
parent | crypto: chelsio - Fix some pr_xxx messages (diff) | |
download | wireguard-linux-44623b2818f4a442726639572f44fd9b6d0ef68c.tar.xz wireguard-linux-44623b2818f4a442726639572f44fd9b6d0ef68c.zip |
crypto: x86/crc32c - fix building with clang ias
The clang integrated assembler complains about movzxw:
arch/x86/crypto/crc32c-pcl-intel-asm_64.S:173:2: error: invalid instruction mnemonic 'movzxw'
It seems that movzwq is the mnemonic that it expects instead,
and this is what objdump prints when disassembling the file.
Fixes: 6a8ce1ef3940 ("crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions