Type Definition simd_aligned::i64x4

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

A 256-bit SIMD vector with four elements of type i64.

Trait Implementations§

source§

impl Simd for i64x4

§

type Element = i64

Element type of the SIMD vector
§

type LanesType = [i64; 4]

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

const LANES: usize = 4usize

The number of elements in the SIMD vector.
source§

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

Added for convenience
source§

impl SimdExt for i64x4

§

type T = i64

source§

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