On 4/5/22 14:55, Lucas Mateus Castro(alqotel) wrote:
From: Matheus Ferst<[email protected]>
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<[email protected]>
Signed-off-by: Lucas Mateus Castro (alqotel)<[email protected]>
---
include/qemu/int128.h | 19 +++++++++++++++++++
tests/unit/test-int128.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~