Type Definition simd_aligned::i16x16

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

A 256-bit SIMD vector with 16 elements of type i16.

Trait Implementations§

source§

impl Simd for i16x16

§

type Element = i16

Element type of the SIMD vector
§

type LanesType = [i16; 16]

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

const LANES: usize = 16usize

The number of elements in the SIMD vector.
source§

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

Added for convenience
source§

impl SimdExt for i16x16

§

type T = i16

source§

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