mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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:
parent
a8f302e5ba
commit
47c9926a92
@ -2488,7 +2488,7 @@ $code.=<<___;
|
||||
dec $len
|
||||
jnz .Loop_tail_avx512
|
||||
|
||||
vmovdqa32 $a_,0x00(%rsp)
|
||||
vmovdqu32 $a_,0x00(%rsp)
|
||||
|
||||
.Ldone_avx512:
|
||||
vzeroall
|
||||
|
Loading…
x
Reference in New Issue
Block a user