sha1-alpha.pl: commentary update.
This commit is contained in:
parent
6219d2c294
commit
d5fe8c3459
@ -10,8 +10,9 @@
|
|||||||
# SHA1 block procedure for Alpha.
|
# SHA1 block procedure for Alpha.
|
||||||
|
|
||||||
# On 21264 performance is 33% better than code generated by vendor
|
# On 21264 performance is 33% better than code generated by vendor
|
||||||
# compiler, and 75% better than GCC [3.4]. Implementation features
|
# compiler, and 75% better than GCC [3.4], and in absolute terms is
|
||||||
# vectorized byte swap, but not Xupdate.
|
# 8.7 cycles per processed byte. Implementation features vectorized
|
||||||
|
# byte swap, but not Xupdate.
|
||||||
|
|
||||||
@X=( "\$0", "\$1", "\$2", "\$3", "\$4", "\$5", "\$6", "\$7",
|
@X=( "\$0", "\$1", "\$2", "\$3", "\$4", "\$5", "\$6", "\$7",
|
||||||
"\$8", "\$9", "\$10", "\$11", "\$12", "\$13", "\$14", "\$15");
|
"\$8", "\$9", "\$10", "\$11", "\$12", "\$13", "\$14", "\$15");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user