From 10b123264616b52014e4ccc826c3da6d1894efa9 Mon Sep 17 00:00:00 2001 From: Samuel Neves Date: Thu, 7 Dec 2017 01:02:24 +0000 Subject: poly1305: fix avx512f alignment bug Signed-off-by: Samuel Neves --- src/crypto/poly1305-x86_64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto') diff --git a/src/crypto/poly1305-x86_64.S b/src/crypto/poly1305-x86_64.S index 3450ed7..347afd8 100644 --- a/src/crypto/poly1305-x86_64.S +++ b/src/crypto/poly1305-x86_64.S @@ -8,7 +8,7 @@ #include .section .rodata.cst32.Lmask24, "aM", @progbits, 32 -.align 32 +.align 64 .Lconst: .Lmask24: .long 0x0ffffff,0,0x0ffffff,0,0x0ffffff,0,0x0ffffff,0 -- cgit v1.2.3-59-g8ed1b