|
inlineconstexpr |
Parameters
m
: maskx
, y
: selection choicesReturn value The value of the selected bits is returned.
x
for which the corresponding bit of m
is set and the bits of y
for which the corresponding bit of m
is unset.x
or y
is an simd value, the type of the result has the element type of the common type of x
and y
and the maximum of the cardinals of m
and this type, otherwise it is the type of x
.