From da3bd2779dffae5980ebfb291c82ad8aba0b8e74 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 15 Jul 2012 13:34:26 +0000 Subject: [PATCH] sha1-s390x.pl: lingering comment update. --- crypto/sha/asm/sha1-s390x.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/sha/asm/sha1-s390x.pl b/crypto/sha/asm/sha1-s390x.pl index 9193dda45e..18d127d777 100644 --- a/crypto/sha/asm/sha1-s390x.pl +++ b/crypto/sha/asm/sha1-s390x.pl @@ -28,7 +28,8 @@ # instructions and achieve "64-bit" performance even in 31-bit legacy # application context. The feature is not specific to any particular # processor, as long as it's "z-CPU". Latter implies that the code -# remains z/Architecture specific. +# remains z/Architecture specific. On z990 it was measured to peform +# 23% better than code generated by gcc 4.3. $kimdfunc=1; # magic function code for kimd instruction -- 2.40.0