sha/asm/sha512p8-ppc.pl: add POWER8 performance data.
authorAndy Polyakov <appro@openssl.org>
Sun, 18 Jun 2017 12:58:52 +0000 (14:58 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 21 Jun 2017 14:26:59 +0000 (16:26 +0200)
[skip ci]

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

crypto/sha/asm/sha512p8-ppc.pl

index 4d3d3b2f8c98d53c82f860ddb787c58d075b8c3b..5457c4aa1662f3d00c0299f2fdc848ccfaeabfd2 100755 (executable)
 # for sha1-ppc.pl - 73%. 100% means that multi-process result equals
 # to single-process one, given that all threads end up on the same
 # physical core.
+#
+######################################################################
+# Believed-to-be-accurate results in cycles per processed byte [on
+# little-endian system]. Numbers in square brackets are for 64-bit
+# build of sha512-ppc.pl, presented for reference.
+#
+#              POWER8
+# SHA256       9.9 [15.8]
+# SHA512       6.3 [10.3]
 
 $flavour=shift;
 $output =shift;