Re: [RFC PATCH 02/15] qemu/int128: Add int128_clz, int128_ctz

2021-02-14 Thread Philippe Mathieu-Daudé
On 10/21/20 6:51 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > include/qemu/int128.h | 17 +++-- > 1 file changed, 15 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [RFC PATCH 02/15] qemu/int128: Add int128_clz, int128_ctz

2020-10-21 Thread Alex Bennée
Richard Henderson writes: > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[RFC PATCH 02/15] qemu/int128: Add int128_clz, int128_ctz

2020-10-20 Thread Richard Henderson
Signed-off-by: Richard Henderson --- include/qemu/int128.h | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/include/qemu/int128.h b/include/qemu/int128.h index 52fc238421..055f202d08 100644 --- a/include/qemu/int128.h +++ b/include/qemu/int128.h @@ -1,9 +1,9