Example #1
0
KFR_SINTRIN vec<T, N> select(const vec<T, N>& m, const vec<T, N>& x, const vec<T, N>& y)
{
    return select(m.asmask(), x, y);
}