提交 62c20887 编写于 作者: P Patrick Steuer

s390x assembly pack: fix bn_mul_comba4

Signed-off-by: NPatrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: NPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10454)

(cherry picked from commit 97a986f78289fef71bf8778dc4763458e983750c)
上级 460a0b2b
...@@ -511,7 +511,7 @@ bn_mul_comba4: ...@@ -511,7 +511,7 @@ bn_mul_comba4:
lghi zero,0 lghi zero,0
mul_add_c(0,0,c1,c2,c3); mul_add_c(0,0,c1,c2,c3);
stg c1,0*8(%r3) stg c1,0*8(%r2)
lghi c1,0 lghi c1,0
mul_add_c(0,1,c2,c3,c1); mul_add_c(0,1,c2,c3,c1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册