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