X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fsha%2Fasm%2Fsha512p8-ppc.pl;h=5457c4aa1662f3d00c0299f2fdc848ccfaeabfd2;hp=4d3d3b2f8c98d53c82f860ddb787c58d075b8c3b;hb=b5cdec2feac6049418543216ac5da70395697839;hpb=53ddf7dd05db4efc3080a6f52ee8d0857a957358 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;