On 25/09/18 14:36, Jan Beulich wrote:
> In preparation for sensible to-boolean conversion on AVX512, wrap
> another abstraction function around the present to_bool(<x> == <y>), to
> get rid of the open-coded == (which will get in the way of using
> built-in functions instead). For the future AVX512 use scalar operands
> can't be used then anymore: Use (vec_t){} when the operand is zero,
> and broadcast (if available) otherwise (assume pre-AVX512 when broadcast
> is not available, in which case a plain scalar is still fine).
>
> Signed-off-by: Jan Beulich <[email protected]>

Acked-by: Andrew Cooper <[email protected]>

_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to