projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d22e08
)
sha1-armv4-large.pl: add performance data for Cortex A8 core.
author
Andy Polyakov
<appro@openssl.org>
Tue, 13 Jul 2010 14:11:44 +0000
(14:11 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 13 Jul 2010 14:11:44 +0000
(14:11 +0000)
crypto/sha/asm/sha1-armv4-large.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha1-armv4-large.pl
b/crypto/sha/asm/sha1-armv4-large.pl
index 4a3b3d5e6f146104bf487ebc7e2fdca67d5e5e01..feeec9372de95bca34020da25ec3be2e764fd2cc 100644
(file)
--- 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";