#[repr(simd)]pub(crate) struct f32x4(pub f32, pub f32, pub f32, pub f32);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Tuple Fields§
§0: f32
🔬This is a nightly-only experimental API. (
§stdsimd
#48556)1: f32
🔬This is a nightly-only experimental API. (
§stdsimd
#48556)2: f32
🔬This is a nightly-only experimental API. (
§stdsimd
#48556)3: f32
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Implementations§
source§impl f32x4
impl f32x4
pub(crate) const fn new(x0: f32, x1: f32, x2: f32, x3: f32) -> Self
🔬This is a nightly-only experimental API. (
stdsimd
#48556)pub(crate) const fn splat(value: f32) -> Self
🔬This is a nightly-only experimental API. (
stdsimd
#48556)pub(crate) fn extract(self, index: usize) -> f32
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Trait Implementations§
source§impl From<f32x4> for vector_float
Available on PowerPC or PowerPC-64 only.
impl From<f32x4> for vector_float
Available on PowerPC or PowerPC-64 only.
source§impl PartialEq<f32x4> for f32x4
impl PartialEq<f32x4> for f32x4
impl Copy for f32x4
impl StructuralPartialEq for f32x4
Auto Trait Implementations§
impl Freeze for f32x4
impl RefUnwindSafe for f32x4
impl Send for f32x4
impl Sync for f32x4
impl Unpin for f32x4
impl UnwindSafe for f32x4
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more