Re: [PATCH 01/20] qemu/int128: Add int128_lshift
On Sat, 15 Aug 2020 at 02:31, Richard Henderson wrote: > > Add left-shift to match the existing right-shift. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM
[PATCH 01/20] qemu/int128: Add int128_lshift
Add left-shift to match the existing right-shift. Signed-off-by: Richard Henderson --- include/qemu/int128.h | 16 1 file changed, 16 insertions(+) diff --git a/include/qemu/int128.h b/include/qemu/int128.h index 5c9890db8b..76ea405922 100644 --- a/include/qemu/int128.h +++ b/i