simd_8x_t
typedef struct { __m256i chunks[1]; } simd_8x_t;
typedef struct { __m128i chunks[1]; } simd_8x_t;