Struct SimdTraits
Defined in File simd_avx.h
Struct Documentation
-
struct SimdTraits
Public Types
-
using register_type = __m256d
-
using index_type = __m256i
-
using register_type = __m512d
-
using index_type = __m512i
-
using register_type = float64x2_t
-
using index_type = int64x2_t
-
using register_type = double
-
using index_type = std::size_t
-
using register_type = __m128d
-
using index_type = __m128i
Public Static Attributes
-
static std::size_t size = 4
-
static std::size_t register_alignment = alignof(register_type)
-
static std::size_t index_alignment = alignof(index_type)
-
using register_type = __m256d