|
inlineconstexpr |
eve::if_else_
.Defined in Header
(TODO: support mixing more than 2 registers)
Accepts a pattern with just 0 and 1 that indicates number of the element for the current slot
blend([0, 1, 2, 3], [4, 5, 6, 7], pattern<1, 0, 0, 1>) -> [4, 1, 2, 7].
As any named shuffle, allows to specify a group size.
Parameters
Return value
Returns a register with elements selected according to the mask.