Type Definition simd_aligned::i8x8

source ·
pub type i8x8 = Simd<i8, 8>;
🔬This is a nightly-only experimental API. (portable_simd)
Expand description

A 64-bit SIMD vector with eight elements of type i8.

Trait Implementations§

source§

impl Simd for i8x8

§

type Element = i8

Element type of the SIMD vector
§

type LanesType = [i8; 8]

The type: [u32; Self::N].
source§

const LANES: usize = 8usize

The number of elements in the SIMD vector.
source§

fn splat(t: Self::Element) -> Self

Added for convenience
source§

impl SimdExt for i8x8

§

type T = i8

source§

fn sum(&self) -> Self::T