Re: [Qemu-devel] [PATCH v4 05/35] int128: Add int128_make128

2016-10-04 Thread Alex Bennée
Richard Henderson writes: > Allows Int128 to be used more generally, rather than having to > begin with 64-bit inputs and accumulate. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/qemu/int128.h | 20 +++- > 1 file changed, 15 insertions(+), 5 d

[Qemu-devel] [PATCH v4 05/35] int128: Add int128_make128

2016-09-16 Thread Richard Henderson
Allows Int128 to be used more generally, rather than having to begin with 64-bit inputs and accumulate. Signed-off-by: Richard Henderson --- include/qemu/int128.h | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/include/qemu/int128.h b/include/qemu/int128