Skip to main content

Module macros

Module macros 

Source
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ยง

SimdShuffleIdx ๐Ÿ”’

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, ...].