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: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4758)
This commit is contained in:
Andy Polyakov 2017-11-20 17:07:51 +01:00
parent a8f302e5ba
commit 47c9926a92

View File

@ -2488,7 +2488,7 @@ $code.=<<___;
dec $len
jnz .Loop_tail_avx512
vmovdqa32 $a_,0x00(%rsp)
vmovdqu32 $a_,0x00(%rsp)
.Ldone_avx512:
vzeroall