Fix s390x bugs and correct performance coefficients.
[openssl.git] / crypto / aes / asm / aes-s390x.pl
index 4a9713aea1abfee98cf0f20b5d441a1a26529f83..3fcb9a6c299b70298f25d6032c6c6393d1fbb96b 100644 (file)
@@ -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";