Re: [PATCH] Add int128_or to include/qemu/int128.h

2020-10-29 Thread Philippe Mathieu-Daudé
On 10/28/20 10:19 PM, Taylor Simpson wrote: > Discovered the need when working on Hexagon target > https://www.mail-archive.com/qemu-devel@nongnu.org/msg733818.html > Useful as a standalone patch Following the QEMU commits style: "qemu/int128: Add int128_or()" Add the int128_or() implementation.

[PATCH] Add int128_or to include/qemu/int128.h

2020-10-28 Thread Taylor Simpson
Discovered the need when working on Hexagon target https://www.mail-archive.com/qemu-devel@nongnu.org/msg733818.html Useful as a standalone patch Signed-off-by: Taylor Simpson --- include/qemu/int128.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/qemu/int128.h b/includ