From 6553793a35193ad2bec48d6dda30408bff80eb87 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 31 Dec 2021 15:14:06 +0800 Subject: [PATCH] Update asm_arm64.s --- sm4/asm_arm64.s | 1 - 1 file changed, 1 deletion(-) diff --git a/sm4/asm_arm64.s b/sm4/asm_arm64.s index 48cd953..a2f539f 100644 --- a/sm4/asm_arm64.s +++ b/sm4/asm_arm64.s @@ -90,7 +90,6 @@ GLOBL fk_mask<>(SB), RODATA, $16 VEOR y.B16, x.B16, x.B16 #define SM4_TAO_L2(x, y) \ - LDP nibble_mask<>(SB), (R0, R1); \ ; \ //#################### 4 parallel L2 linear transforms ##################// VSHL $13, x.S4, XTMP6.S4; \ VUSHR $19, x.S4, y.S4; \