poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.
authorAndy Polyakov <appro@openssl.org>
Sat, 18 Mar 2017 10:08:42 +0000 (11:08 +0100)
committerAndy Polyakov <appro@openssl.org>
Wed, 22 Mar 2017 09:59:59 +0000 (10:59 +0100)
commit0a5d1a38f2106e526081500e30ee11b785824f1f
treea2ca1b0731db612a3f298ad79644c18bb6b9e454
parent6cbfd94d08e553c0442fbf100bd9ccddac655430
poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.

As hinted by its name new subroutine processes 8 input blocks in
parallel by loading data to 512-bit registers. It still needs more
work, as it needs to handle some specific input lengths better.
In this sense it's yet another intermediate step...

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/poly1305/asm/poly1305-x86_64.pl