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.
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