Struct SimdIndex
Defined in File simd_impl.h
Struct Documentation
-
struct SimdIndex
Wrapper around a target-dependent SIMD integer register used for indexed memory operations.
Public Functions
-
inline explicit SimdIndex(const value_type *src)
Load lane indices from an unaligned integer buffer.
-
inline register_type native() const
Public Static Attributes
-
static std::size_t size = SimdTraits::size
-
static std::size_t alignment = SimdTraits::index_alignment
-
inline explicit SimdIndex(const value_type *src)