qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 10/19] host-utils: Introduce mulu128


From: Richard Henderson
Subject: Re: [PATCH v2 10/19] host-utils: Introduce mulu128
Date: Fri, 3 Sep 2021 23:12:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 8/31/21 6:39 PM, Luis Pires wrote:
+    *phigh = ahi + blo;
+
+    return (bhi > 0) || (*phigh < ahi);

    return add64_overflow(ahi, blo, phigh) || bhi != 0

With that,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]