mirror of https://github.com/openssl/openssl.git
Use armv8 .quad instead of .dword
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21938)
This commit is contained in:
parent
02fe525666
commit
b38f4029be
|
|
@ -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
|
||||
___
|
||||
|
|
|
|||
Loading…
Reference in New Issue