diff options
author | Andy Polyakov <appro@openssl.org> | 2016-08-14 22:37:58 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2016-08-16 12:47:49 +0200 |
commit | 05ef4d19807764cd7351b1b80559f293b0e810fc (patch) | |
tree | a6e509be311e4aa27716d466ad5c3641b6884b11 /crypto/poly1305/asm/poly1305-armv8.pl | |
parent | Configure: recognize -static as link option and disable incompatible options. (diff) | |
download | openssl-05ef4d19807764cd7351b1b80559f293b0e810fc.tar.xz openssl-05ef4d19807764cd7351b1b80559f293b0e810fc.zip |
ARMv8 assembly pack: add Samsung Mongoose results.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/poly1305/asm/poly1305-armv8.pl')
-rwxr-xr-x | crypto/poly1305/asm/poly1305-armv8.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/poly1305/asm/poly1305-armv8.pl b/crypto/poly1305/asm/poly1305-armv8.pl index 98a96b799f..607696cab2 100755 --- a/crypto/poly1305/asm/poly1305-armv8.pl +++ b/crypto/poly1305/asm/poly1305-armv8.pl @@ -27,6 +27,7 @@ # Cortex-A57 2.70/+7% 1.14 # Denver 1.64/+50% 1.18(*) # X-Gene 2.13/+68% 2.27 +# Mongoose 1.77/+75% 1.12 # # (*) estimate based on resources availability is less than 1.0, # i.e. measured result is worse than expected, presumably binary |