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