Skip to main content

i64x8

Type Alias i64x8 

Source
pub type i64x8 = Simd<i64x8>;

Aliased Type§

#[repr(transparent)]
pub struct i64x8(pub Simd<i64, 8>);

Tuple Fields§

§0: Simd<i64, 8>