Skip to content
Snippets Groups Projects
Commit 6819b56d authored by Niels Möller's avatar Niels Möller
Browse files

AES_STORE: Updated offsets.

Rev: nettle/x86_64/aes.m4:1.5
parent 55d713f9
No related branches found
No related tags found
No related merge requests found
...@@ -57,10 +57,10 @@ dnl and stores the result in the area pointed to by dst. ...@@ -57,10 +57,10 @@ dnl and stores the result in the area pointed to by dst.
dnl Note that x86 allows unaligned accesses. dnl Note that x86 allows unaligned accesses.
dnl Would it be preferable to interleave the loads and stores? dnl Would it be preferable to interleave the loads and stores?
define(<AES_STORE>, < define(<AES_STORE>, <
xorl ($5),$1 xorl 16($5),$1
xorl 4($5),$2 xorl 20($5),$2
xorl 8($5),$3 xorl 24($5),$3
xorl 12($5),$4 xorl 28($5),$4
movl $1,($6) movl $1,($6)
movl $2,4($6) movl $2,4($6)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment