13 lines
355 B
Text
13 lines
355 B
Text
|
Index: cipher/sha512-avx-amd64.S
|
||
|
--- cipher/sha512-avx-amd64.S.orig
|
||
|
+++ cipher/sha512-avx-amd64.S
|
||
|
@@ -407,7 +407,7 @@ _gcry_sha512_transform_amd64_avx:
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
;;; Binary Data
|
||
|
*/
|
||
|
-
|
||
|
+.rodata
|
||
|
.align 16
|
||
|
|
||
|
/* Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb. */
|