diff options
author | Andy Polyakov <appro@openssl.org> | 2017-11-11 23:49:16 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2017-11-13 11:13:00 +0100 |
commit | 753316232243ccbf86b96c1c51ffcb41651d9ad5 (patch) | |
tree | 66b923b882f12cf0abc9e76eeb5298e3dce871fd /crypto/aes/asm/aesv8-armx.pl | |
parent | Configurations/10-main.conf: add back /WX to VC-WIN32. (diff) | |
download | openssl-753316232243ccbf86b96c1c51ffcb41651d9ad5.tar.xz openssl-753316232243ccbf86b96c1c51ffcb41651d9ad5.zip |
ARMv8 assembly pack: add Qualcomm Kryo results.
[skip ci]
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/aes/asm/aesv8-armx.pl')
-rwxr-xr-x | crypto/aes/asm/aesv8-armx.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/aes/asm/aesv8-armx.pl b/crypto/aes/asm/aesv8-armx.pl index 385b31fd54..8b37cfc452 100755 --- a/crypto/aes/asm/aesv8-armx.pl +++ b/crypto/aes/asm/aesv8-armx.pl @@ -35,6 +35,7 @@ # Cortex-A57(*) 1.95 0.85 0.93 # Denver 1.96 0.86 0.80 # Mongoose 1.33 1.20 1.20 +# Kryo 1.26 0.94 1.00 # # (*) original 3.64/1.34/1.32 results were for r0p0 revision # and are still same even for updated module; |