Skip to content
Snippets Groups Projects
Commit b6ec60fa authored by Maamoun TK's avatar Maamoun TK
Browse files

Use Test instruction instead of And to check remaining single block

parent f0105607
Branches x86_ghash
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ PROLOGUE(_nettle_ghash_update)
jnz .Loop
.L1_block:
and $1, BLOCKS
test $1, BLOCKS
jz .Ldone
movups (DATA), M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment