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 <[email protected]>
r~
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 <[email protected]>
r~