#[repr(transparent)]pub(crate) struct AvxVectorSse {
pub(crate) v: __m128,
}Fields§
§v: __m128Trait Implementations§
Source§impl Add for AvxVectorSse
impl Add for AvxVectorSse
Source§type Output = AvxVectorSse
type Output = AvxVectorSse
The resulting type after applying the
+ operator.Source§impl Clone for AvxVectorSse
impl Clone for AvxVectorSse
Source§fn clone(&self) -> AvxVectorSse
fn clone(&self) -> AvxVectorSse
Returns a duplicate 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<const GRID_SIZE: usize> Fetcher<AvxVectorSse> for TetrahedralAvxSseFetchVector<'_, GRID_SIZE>
impl<const GRID_SIZE: usize> Fetcher<AvxVectorSse> for TetrahedralAvxSseFetchVector<'_, GRID_SIZE>
Source§impl From<f32> for AvxVectorSse
impl From<f32> for AvxVectorSse
Source§impl FusedMultiplyAdd<AvxVectorSse> for AvxVectorSse
impl FusedMultiplyAdd<AvxVectorSse> for AvxVectorSse
fn mla(&self, b: AvxVectorSse, c: AvxVectorSse) -> AvxVectorSse
Source§impl FusedMultiplyNegAdd<AvxVectorSse> for AvxVectorSse
impl FusedMultiplyNegAdd<AvxVectorSse> for AvxVectorSse
fn neg_mla(&self, b: AvxVectorSse, c: AvxVectorSse) -> Self
Source§impl Mul for AvxVectorSse
impl Mul for AvxVectorSse
Source§type Output = AvxVectorSse
type Output = AvxVectorSse
The resulting type after applying the
* operator.Source§impl Sub for AvxVectorSse
impl Sub for AvxVectorSse
Source§type Output = AvxVectorSse
type Output = AvxVectorSse
The resulting type after applying the
- operator.impl Copy for AvxVectorSse
Auto Trait Implementations§
impl Freeze for AvxVectorSse
impl RefUnwindSafe for AvxVectorSse
impl Send for AvxVectorSse
impl Sync for AvxVectorSse
impl Unpin for AvxVectorSse
impl UnsafeUnpin for AvxVectorSse
impl UnwindSafe for AvxVectorSse
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