提交 47c9926a 编写于 作者: A Andy Polyakov

chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.

Only chacha_internal_test is affected, since this path is not used
from EVP.
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4758)
上级 a8f302e5
......@@ -2488,7 +2488,7 @@ $code.=<<___;
dec $len
jnz .Loop_tail_avx512
vmovdqa32 $a_,0x00(%rsp)
vmovdqu32 $a_,0x00(%rsp)
.Ldone_avx512:
vzeroall
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册