]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 May 2020 16:32:43 +0000 (09:32 -0700)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 10 Jun 2020 02:34:17 +0000 (21:34 -0500)
commitd5691a6373a4998b69c234bddacdf74b40a422fd
tree9fa192ba3a405382dcb44488c3368e6a180332c8
parent34c78a4100c967cc385fcfd4c2295b2b0ebd8786
target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*

Must clear the tail for AdvSIMD when SVE is enabled.

Fixes: ca40a6e6e39
Cc: qemu-stable@nongnu.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200513163245.17915-15-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 525d9b6d42844e187211d25b69be8b378785bc24)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/vec_helper.c