#[repr(C, align(32))]pub struct f32x16(pub f32x8, pub f32x8);
Tuple Fields§
§0: f32x8
§1: f32x8
Implementations§
source§impl f32x16
impl f32x16
pub fn splat(n: f32) -> Self
pub fn abs(&self) -> Self
pub fn cmp_gt(self, rhs: &Self) -> Self
pub fn blend(self, t: Self, f: Self) -> Self
pub fn normalize(&self) -> Self
pub fn floor(&self) -> Self
pub fn sqrt(&self) -> Self
pub fn round(&self) -> Self
pub fn save_to_u16x16(&self, dst: &mut u16x16)
Trait Implementations§
impl Copy for f32x16
impl Pod for f32x16
Auto Trait Implementations§
impl Freeze for f32x16
impl RefUnwindSafe for f32x16
impl Send for f32x16
impl Sync for f32x16
impl Unpin for f32x16
impl UnwindSafe for f32x16
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
source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
source§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)