pub type s8 = Compat32x8;
Aliased Type§
struct s8([i32; 8]);
Fields§
§0: [i32; 8]
Implementations
Source§impl Compat32x8
impl Compat32x8
pub fn splat(a: i32) -> Compat32x8
pub fn simd_gt(&self, rhs: Compat32x8) -> Compat32x8
pub fn simd_ge(&self, rhs: Compat32x8) -> Compat32x8
pub fn to_int(&self) -> Self
Trait Implementations
Source§impl Add for Compat32x8
impl Add for Compat32x8
Source§type Output = Compat32x8
type Output = Compat32x8
The resulting type after applying the
+
operator.Source§fn add(self, other: Compat32x8) -> Compat32x8
fn add(self, other: Compat32x8) -> Compat32x8
Performs the
+
operation. Read moreSource§impl BitAnd for Compat32x8
impl BitAnd for Compat32x8
Source§type Output = Compat32x8
type Output = Compat32x8
The resulting type after applying the
&
operator.Source§fn bitand(self, other: Compat32x8) -> Compat32x8
fn bitand(self, other: Compat32x8) -> Compat32x8
Performs the
&
operation. Read moreSource§impl Clone for Compat32x8
impl Clone for Compat32x8
Source§fn clone(&self) -> Compat32x8
fn clone(&self) -> Compat32x8
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Compat32x8
impl Debug for Compat32x8
Source§impl Default for Compat32x8
impl Default for Compat32x8
Source§fn default() -> Compat32x8
fn default() -> Compat32x8
Returns the “default value” for a type. Read more
Source§impl<I> Index<I> for Compat32x8where
I: SliceIndex<[i32]>,
impl<I> Index<I> for Compat32x8where
I: SliceIndex<[i32]>,
Source§impl<I> IndexMut<I> for Compat32x8where
I: SliceIndex<[i32]>,
impl<I> IndexMut<I> for Compat32x8where
I: SliceIndex<[i32]>,
Source§impl Mul for Compat32x8
impl Mul for Compat32x8
Source§type Output = Compat32x8
type Output = Compat32x8
The resulting type after applying the
*
operator.Source§fn mul(self, other: Compat32x8) -> Compat32x8
fn mul(self, other: Compat32x8) -> Compat32x8
Performs the
*
operation. Read more