summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-07-13 14:11:44 +0000
committerAndy Polyakov <appro@openssl.org>2010-07-13 14:11:44 +0000
commitc981086d40b6cc7f59ca1273c92d77e2dfacd156 (patch)
treed2522d37b6cea30e39617fc1c05a6e6a01c86a2e
parent2d22e08083d031eb63cada59aa95afe5279008d3 (diff)
sha1-armv4-large.pl: add performance data for Cortex A8 core.
-rw-r--r--crypto/sha/asm/sha1-armv4-large.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha1-armv4-large.pl b/crypto/sha/asm/sha1-armv4-large.pl
index 4a3b3d5e6f..feeec9372d 100644
--- a/crypto/sha/asm/sha1-armv4-large.pl
+++ b/crypto/sha/asm/sha1-armv4-large.pl
@@ -37,7 +37,9 @@
# modes are limited. As result it takes more instructions to do
# the same job in Thumb, therefore the code is never twice as
# small and always slower.
-# [***] which is also ~35% better than compiler generated code.
+# [***] which is also ~35% better than compiler generated code. Dual-
+# issue Cortex A8 core was measured to process input block in
+# ~990 cycles.
while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
open STDOUT,">$output";