mbox series

[v3,0/2] target/arm: vector tail cleanups

Message ID 20200519212453.28494-1-richard.henderson@linaro.org
Headers show
Series target/arm: vector tail cleanups | expand

Message

Richard Henderson May 19, 2020, 9:24 p.m. UTC
Version 3 fixes the reported bug in EXT.

I should make sure I have fixed the bug wherein RISU prints a
mismatch and still exits with success, which hid this problem
in the scrollback.


r~


Richard Henderson (2):
  target/arm: Use tcg_gen_gvec_mov for clear_vec_high
  target/arm: Use clear_vec_high more effectively

 target/arm/translate-a64.c | 63 ++++++++++++++++++++------------------
 1 file changed, 34 insertions(+), 29 deletions(-)

Comments

Peter Maydell May 21, 2020, 4:15 p.m. UTC | #1
On Tue, 19 May 2020 at 22:24, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Version 3 fixes the reported bug in EXT.
>
> I should make sure I have fixed the bug wherein RISU prints a
> mismatch and still exits with success, which hid this problem
> in the scrollback.


Applied to target-arm.next, thanks.

-- PMM