From 6819b56db02b4ea5a05de588e5dc62ad8ec98aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 14 Sep 2008 20:29:46 +0200 Subject: [PATCH] AES_STORE: Updated offsets. Rev: nettle/x86_64/aes.m4:1.5 --- x86_64/aes.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x86_64/aes.m4 b/x86_64/aes.m4 index 70536ecc..26f4b29a 100644 --- a/x86_64/aes.m4 +++ b/x86_64/aes.m4 @@ -57,10 +57,10 @@ dnl and stores the result in the area pointed to by dst. dnl Note that x86 allows unaligned accesses. dnl Would it be preferable to interleave the loads and stores? define(<AES_STORE>, < - xorl ($5),$1 - xorl 4($5),$2 - xorl 8($5),$3 - xorl 12($5),$4 + xorl 16($5),$1 + xorl 20($5),$2 + xorl 24($5),$3 + xorl 28($5),$4 movl $1,($6) movl $2,4($6) -- GitLab