On 7/13/21 6:36 AM, Peter Maydell wrote:
A cut-and-paste error meant we handled signed VADDV like unsigned VADDV; fix the type used.Signed-off-by: Peter Maydell<[email protected]> --- target/arm/mve_helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
