simd_8x64_t
typedef struct { __m256i chunks[2]; } simd_8x64_t;
typedef struct { __m128i chunks[4]; } simd_8x64_t;