Expand description
Multi-Data correspondence of the native type
Tuple Fields
0: [f64; 8]
Trait Implementations
sourceimpl AddAssign<f64x8> for f64x8
impl AddAssign<f64x8> for f64x8
sourcefn add_assign(&mut self, rhs: f64x8)
fn add_assign(&mut self, rhs: f64x8)
Performs the +=
operation. Read more
sourceimpl NativeSimd for f64x8
impl NativeSimd for f64x8
type Native = f64
type Native = f64
The NativeType
of this struct. E.g. f32
for a NativeSimd = f32x16
.
sourceimpl SimdOrd<f64> for f64x8
impl SimdOrd<f64> for f64x8
sourcefn max_element(self) -> f64
fn max_element(self) -> f64
reduce itself to the minimum
sourcefn min_element(self) -> f64
fn min_element(self) -> f64
reduce itself to the maximum
impl Copy for f64x8
Auto Trait Implementations
impl RefUnwindSafe for f64x8
impl Send for f64x8
impl Sync for f64x8
impl Unpin for f64x8
impl UnwindSafe for f64x8
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more