From b5cdec2feac6049418543216ac5da70395697839 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 18 Jun 2017 14:58:52 +0200 Subject: [PATCH] sha/asm/sha512p8-ppc.pl: add POWER8 performance data. [skip ci] Reviewed-by: Bernd Edlinger Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3705) --- crypto/sha/asm/sha512p8-ppc.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crypto/sha/asm/sha512p8-ppc.pl b/crypto/sha/asm/sha512p8-ppc.pl index 4d3d3b2f8c..5457c4aa16 100755 --- a/crypto/sha/asm/sha512p8-ppc.pl +++ b/crypto/sha/asm/sha512p8-ppc.pl @@ -30,6 +30,15 @@ # 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; -- 2.25.1