mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:29:07 +08:00
17 lines
578 B
Diff
17 lines
578 B
Diff
|
diff --git a/crypto/sm4/asm/vpsm4-armv8.pl b/crypto/sm4/asm/vpsm4-armv8.pl
|
||
|
index edb6b04c9a..a945056ab9 100755
|
||
|
--- a/crypto/sm4/asm/vpsm4-armv8.pl
|
||
|
+++ b/crypto/sm4/asm/vpsm4-armv8.pl
|
||
|
@@ -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
|
||
|
___
|