From 05ef4d19807764cd7351b1b80559f293b0e810fc Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 14 Aug 2016 22:37:58 +0200 Subject: ARMv8 assembly pack: add Samsung Mongoose results. Reviewed-by: Tim Hudson --- crypto/aes/asm/aesv8-armx.pl | 1 + crypto/aes/asm/vpaes-armv8.pl | 1 + 2 files changed, 2 insertions(+) (limited to 'crypto/aes') diff --git a/crypto/aes/asm/aesv8-armx.pl b/crypto/aes/asm/aesv8-armx.pl index aa36ed2724..9246dbb437 100755 --- a/crypto/aes/asm/aesv8-armx.pl +++ b/crypto/aes/asm/aesv8-armx.pl @@ -34,6 +34,7 @@ # Cortex-A53 1.32 1.29 1.46 # Cortex-A57(*) 1.95 0.85 0.93 # Denver 1.96 0.86 0.80 +# Mongoose 1.33 1.20 1.20 # # (*) original 3.64/1.34/1.32 results were for r0p0 revision # and are still same even for updated module; diff --git a/crypto/aes/asm/vpaes-armv8.pl b/crypto/aes/asm/vpaes-armv8.pl index 776a9b744f..d6b5f561c4 100755 --- a/crypto/aes/asm/vpaes-armv8.pl +++ b/crypto/aes/asm/vpaes-armv8.pl @@ -29,6 +29,7 @@ # X-Gene 45.9(**) 45.8/57.7(**) [33.1/37.6(**) ] # Denver(***) 16.6(**) 15.1/17.8(**) [8.80/9.93 ] # Apple A7(***) 22.7(**) 10.9/14.3 [8.45/10.0 ] +# Mongoose(***) 26.3(**) 21.0/25.0(**) [13.3/16.8 ] # # (*) ECB denotes approximate result for parallelizeable modes # such as CBC decrypt, CTR, etc.; -- cgit v1.2.3