sha1-armv4-large.pl: add performance data for Cortex A8 core.
This commit is contained in:
parent
2d22e08083
commit
c981086d40
@ -37,7 +37,9 @@
|
|||||||
# modes are limited. As result it takes more instructions to do
|
# modes are limited. As result it takes more instructions to do
|
||||||
# the same job in Thumb, therefore the code is never twice as
|
# the same job in Thumb, therefore the code is never twice as
|
||||||
# small and always slower.
|
# 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+$/)) {}
|
while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
|
||||||
open STDOUT,">$output";
|
open STDOUT,">$output";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user