summaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/poly1305-sse2-x86_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/poly1305-sse2-x86_64.S')
-rw-r--r--src/crypto/poly1305-sse2-x86_64.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/crypto/poly1305-sse2-x86_64.S b/src/crypto/poly1305-sse2-x86_64.S
index 97fa41f..2a3a4e6 100644
--- a/src/crypto/poly1305-sse2-x86_64.S
+++ b/src/crypto/poly1305-sse2-x86_64.S
@@ -11,10 +11,11 @@
#include <linux/linkage.h>
-.data
+.section .rodata.cst16.ANMASK, "aM", @progbits, 16
.align 16
-
ANMASK: .octa 0x0000000003ffffff0000000003ffffff
+.section .rodata.cst16.ORMASK, "aM", @progbits, 16
+.align 16
ORMASK: .octa 0x00000000010000000000000001000000
.text