chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.
authorAndy Polyakov <appro@openssl.org>
Sun, 27 May 2018 12:04:48 +0000 (14:04 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 30 May 2018 20:52:51 +0000 (22:52 +0200)
commitc869c3ada944bc42a6c00e0433c9d523c4426cde
tree0e0ebebfdce1d0aea75306afca9aaa3ccafb1ab6
parent95c81f8c8895615b4db0edde8ce5d1e030edd2f9
chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.

32-bit vector rotate instruction was defined from beginning, it
not being used from the start must be a brain-slip...

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6363)
crypto/chacha/asm/chacha-ppc.pl