|
inlineconstexpr |
selects bits from a mask and two entries.
Defined in Header
Parameters
m: mask valuey, z: selection values
x : argument.Return value
x for which the corresponding bit of m is set and the bits of y for which the corresponding bit of m is unset.T or U is an simd value, the type of the result has the element type of T and the maximum of the cardinals of M and T, otherwise it is T. The value of the selected bits is returned.