- _MM_SHUFFLE
int _MM_SHUFFLE(int z, int y, int x, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
- _MM_SHUFFLE2
int _MM_SHUFFLE2(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- equalMask
Vec equalMask(Vec a, Vec b)
Undocumented in source. Be warned that the author may not have intended to support it.
- extractelement
auto extractelement(Vec2 vec)
Undocumented in source. Be warned that the author may not have intended to support it.
- greaterMask
Vec greaterMask(Vec a, Vec b)
Undocumented in source. Be warned that the author may not have intended to support it.
- greaterOrEqualMask
Vec greaterOrEqualMask(Vec a, Vec b)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertelement
auto insertelement(Vec2 vec, Vec.Base e)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadUnaligned
Vec loadUnaligned(const(Vec.Base)* pvec)
Undocumented in source. Be warned that the author may not have intended to support it.
- notEqualMask
Vec notEqualMask(Vec a, Vec b)
Undocumented in source. Be warned that the author may not have intended to support it.
- shufflevector
Vec shufflevector(Vec a, Vec b)
Undocumented in source. Be warned that the author may not have intended to support it.
- storeUnaligned
void storeUnaligned(Vec v, Vec.Base* pvec)
Undocumented in source. Be warned that the author may not have intended to support it.