summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-05-02 11:44:02 +0000
committerAndy Polyakov <appro@openssl.org>2007-05-02 11:44:02 +0000
commit251718e4c1d764324c121de039efb619cd4d077c (patch)
tree37f47ab4fd098e6fbd2b2fa09ff3b1a5bdc73f9d /crypto/aes
parentc504a5e78386aa9f02462d18a90da759f9131321 (diff)
Fix s390x bugs and correct performance coefficients.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/asm/aes-s390x.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/asm/aes-s390x.pl b/crypto/aes/asm/aes-s390x.pl
index 4a9713aea1..3fcb9a6c29 100644
--- a/crypto/aes/asm/aes-s390x.pl
+++ b/crypto/aes/asm/aes-s390x.pl
@@ -23,7 +23,7 @@
# for CBC is not utilized, nor multiple blocks are ever processed.
# Then software key schedule can be postponed till hardware support
# detection... Performance improvement over assembler is reportedly
-# ~2.5x, but can reach >15x [naturally on larger chunks] if proper
+# ~2.5x, but can reach >8x [naturally on larger chunks] if proper
# support is implemented.
$t1="%r0";