ports/security/libgcrypt/patches/patch-cipher_camellia-aesni-avx2-amd64_h

22 lines
387 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: cipher/camellia-aesni-avx2-amd64.h
--- cipher/camellia-aesni-avx2-amd64.h.orig
+++ cipher/camellia-aesni-avx2-amd64.h
@@ -617,7 +617,7 @@
vmovdqu y6, 14 * 32(rio); \
vmovdqu y7, 15 * 32(rio);
-.text
+.rodata
.align 32
#define SHUFB_BYTES(idx) \
@@ -756,7 +756,7 @@
.L0f0f0f0f:
.long 0x0f0f0f0f
-
+.previous
.align 8
ELF(.type __camellia_enc_blk32,@function;)