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

Merge branch 'x86_ghash' into 'master'

Use Test instruction instead of And to check remaining single block

See merge request nettle/nettle!59
parents 059fb63d b6ec60fa
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,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