Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed May 8, 2014
1 parent 4ef971f commit b4d7116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ namespace crypto
"pxor (%%rdx), %%xmm0 \n"
"aesenc 16(%%rdx), %%xmm0 \n"
"aesenc 32(%%rdx), %%xmm0 \n"
"aesenc 48(%%rdx), %%xmm0 \n"
"aesenc 64(%%rdx), %%xmm0 \n"
"aesenc 80(%%rdx), %%xmm0 \n"
"aesenc 96(%%rdx), %%xmm0 \n"
Expand Down Expand Up @@ -112,6 +113,7 @@ namespace crypto
"aesdec 96(%%rdx), %%xmm0 \n"
"aesdec 80(%%rdx), %%xmm0 \n"
"aesdec 64(%%rdx), %%xmm0 \n"
"aesdec 48(%%rdx), %%xmm0 \n"
"aesdec 32(%%rdx), %%xmm0 \n"
"aesdec 16(%%rdx), %%xmm0 \n"
"aesdeclast (%%rdx), %%xmm0 \n"
Expand Down

0 comments on commit b4d7116

Please sign in to comment.