qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/9] qemu/int128: add int128_urshift


From: Richard Henderson
Subject: Re: [PATCH v2 1/9] qemu/int128: add int128_urshift
Date: Wed, 6 Apr 2022 08:29:54 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/5/22 14:55, Lucas Mateus Castro(alqotel) wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Implement an unsigned right shift for Int128 values and add the same
tests cases of int128_rshift in the unit test.

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
Signed-off-by: Lucas Mateus Castro (alqotel)<lucas.araujo@eldorado.org.br>
---
  include/qemu/int128.h    | 19 +++++++++++++++++++
  tests/unit/test-int128.c | 32 ++++++++++++++++++++++++++++++++
  2 files changed, 51 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]