#[repr(transparent)]pub(crate) struct AvxVectorQ0_15 {
pub(crate) v: __m256i,
}Fields§
§v: __m256iImplementations§
Source§impl AvxVectorQ0_15
impl AvxVectorQ0_15
pub(crate) fn from_sse( lo: AvxVectorQ0_15Sse, hi: AvxVectorQ0_15Sse, ) -> AvxVectorQ0_15
pub(crate) fn split(self) -> (AvxVectorQ0_15Sse, AvxVectorQ0_15Sse)
Trait Implementations§
Source§impl Add for AvxVectorQ0_15
impl Add for AvxVectorQ0_15
Source§type Output = AvxVectorQ0_15
type Output = AvxVectorQ0_15
The resulting type after applying the
+ operator.Source§impl Clone for AvxVectorQ0_15
impl Clone for AvxVectorQ0_15
Source§fn clone(&self) -> AvxVectorQ0_15
fn clone(&self) -> AvxVectorQ0_15
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<AvxVectorQ0_15> for TetrahedralAvxFetchVector<'_, GRID_SIZE>
LUT size here is always fixed size (GRID_SIZE^3) and its use
is hardened at crate::conversions::avx::assert_barycentric_lut_size_precondition.
impl<const GRID_SIZE: usize> Fetcher<AvxVectorQ0_15> for TetrahedralAvxFetchVector<'_, GRID_SIZE>
LUT size here is always fixed size (GRID_SIZE^3) and its use is hardened at crate::conversions::avx::assert_barycentric_lut_size_precondition.
Source§impl From<i16> for AvxVectorQ0_15
impl From<i16> for AvxVectorQ0_15
Source§impl FusedMultiplyAdd<AvxVectorQ0_15> for AvxVectorQ0_15
impl FusedMultiplyAdd<AvxVectorQ0_15> for AvxVectorQ0_15
fn mla(&self, b: AvxVectorQ0_15, c: AvxVectorQ0_15) -> AvxVectorQ0_15
Source§impl Mul for AvxVectorQ0_15
impl Mul for AvxVectorQ0_15
Source§type Output = AvxVectorQ0_15
type Output = AvxVectorQ0_15
The resulting type after applying the
* operator.Source§impl Sub for AvxVectorQ0_15
impl Sub for AvxVectorQ0_15
Source§type Output = AvxVectorQ0_15
type Output = AvxVectorQ0_15
The resulting type after applying the
- operator.impl Copy for AvxVectorQ0_15
Auto Trait Implementations§
impl Freeze for AvxVectorQ0_15
impl RefUnwindSafe for AvxVectorQ0_15
impl Send for AvxVectorQ0_15
impl Sync for AvxVectorQ0_15
impl Unpin for AvxVectorQ0_15
impl UnsafeUnpin for AvxVectorQ0_15
impl UnwindSafe for AvxVectorQ0_15
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