Expand description
Utility macros.
Macrosยง
- deinterleaving_
load ๐ - simd_
extract ๐ - simd_
insert ๐ - simd_
masked_ ๐load - simd_
masked_ ๐store - simd_
shuffle ๐ - static_
assert ๐ - static_
assert_ ๐simm_ bits - static_
assert_ ๐uimm_ bits - types ๐
Structsยง
- Simd
Shuffle ๐Idx
Functionsยง
- deinterleave_
mask ๐ - Multiples of N offset by K
[K, K+N, K+2N, ...]. - even ๐
- The first N even indices
[0, 2, 4, ...]. - odd ๐
- The first N odd indices
[1, 3, 5, ...].