sha1-armv4-large.pl: add performance data for Cortex A8 core.
[openssl.git] / crypto / sha / asm / sha1-armv4-large.pl
index c85fdb261ef03394802d414f6865d1bfd6f3f7df..feeec9372de95bca34020da25ec3be2e764fd2cc 100644 (file)
 #      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.
 
-$output=shift;
+while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
 open STDOUT,">$output";
 
 $ctx="r0";