Use armv8 .quad instead of .dword
authorKai Pastor <dg0yt@darc.de>
Sun, 3 Sep 2023 08:52:41 +0000 (10:52 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Sep 2023 11:35:27 +0000 (13:35 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21938)

crypto/sm4/asm/vpsm4-armv8.pl

index edb6b04c9ab7594a34129c1443978037f5ceaeec..a945056ab996ba2865b54ae44c6930fe0f7e281a 100755 (executable)
@@ -470,9 +470,9 @@ _vpsm4_consts:
        .long 0xA0A7AEB5, 0xBCC3CAD1, 0xD8DFE6ED, 0xF4FB0209
        .long 0x10171E25, 0x2C333A41, 0x484F565D, 0x646B7279
 .Lfk:
-       .dword 0x56aa3350a3b1bac6,0xb27022dc677d9197
+       .quad 0x56aa3350a3b1bac6,0xb27022dc677d9197
 .Lshuffles:
-       .dword 0x0B0A090807060504,0x030201000F0E0D0C
+       .quad 0x0B0A090807060504,0x030201000F0E0D0C
 
 .size  _vpsm4_consts,.-_vpsm4_consts
 ___