Expand description
This module provides unsafe ways to do some things
Structs§
- YmmRegister
- An abstraction of an AVX ymm register that allows some things to not look ugly
Functions§
- shuffle 🔒
- A copy of
_MM_SHUFFLE()
that doesn’t require a nightly compiler - transpose⚠
avx2
- Transpose an array of 8 by 8 i32’s using avx intrinsics
Type Aliases§
- Reg 🔒