提交 42a36658 编写于 作者: A Andy Polyakov

sha256-586.pl: fix linking error.

上级 c4ff5d11
......@@ -181,7 +181,7 @@ sub BODY_00_15() {
&test ("ecx",1<<20); # check for P4
&jnz (&label("loop"));
&test ("edx",1<<11); # check for XOP
&jnz (&label("XOP"));
&jnz (&label("XOP")) if ($ymm);
&and ("ecx",1<<30); # mask "Intel CPU" bit
&and ("edx",1<<28); # mask AVX bit
&or ("ecx","edx");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册