qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 14/15] hardfloat: support float32/64 square r


From: Emilio G. Cota
Subject: Re: [Qemu-devel] [PATCH v3 14/15] hardfloat: support float32/64 square root
Date: Wed, 4 Apr 2018 19:17:45 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Apr 04, 2018 at 19:11:14 -0400, Emilio G. Cota wrote:
(snip)
> +        if (likely((soft_t ## _is_normal(a) || soft_t ## _is_zero(a)) && \

Updated on the github tree to:
-        if (likely((soft_t ## _is_normal(a) || soft_t ## _is_zero(a)) && \
+        if (likely(soft_t ## _is_zero_or_normal(a) &&                   \

All the other patches in this series are identical to the v3 on github.
Apologies for the last-minute mismatch on my end.

                Emilio




reply via email to

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