Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4347886 authored by Johannes Goetzfried's avatar Johannes Goetzfried Committed by Herbert Xu
Browse files

crypto: twofish-avx - remove useless instruction



The register %rdx is written, but never read till the end of the encryption
routine. Therefore let's delete the useless instruction.

Signed-off-by: default avatarJohannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e46e9a46
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -243,7 +243,6 @@ __twofish_enc_blk_8way:
	popq %rbx;

	leaq (4*4*4)(%rsi), %rax;
	leaq (4*4*4)(%rax), %rdx;

	testb %cl, %cl;
	jnz __enc_xor8;