pub(crate) struct TrilinearAvxFmaDouble<const GRID_SIZE: usize> {}Implementations§
Source§impl<const GRID_SIZE: usize> TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> TrilinearAvxFmaDouble<GRID_SIZE>
unsafe fn interpolate( &self, in_r: usize, in_g: usize, in_b: usize, lut: &[BarycentricWeight<f32>], rv: impl Fetcher<AvxVector>, ) -> (AvxVectorSse, AvxVectorSse)
Trait Implementations§
Source§impl<const GRID_SIZE: usize> AvxMdInterpolationDouble for TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> AvxMdInterpolationDouble for TrilinearAvxFmaDouble<GRID_SIZE>
fn inter3_sse( &self, table0: &[SseAlignedF32], table1: &[SseAlignedF32], in_r: usize, in_g: usize, in_b: usize, lut: &[BarycentricWeight<f32>], ) -> (AvxVectorSse, AvxVectorSse)
Auto Trait Implementations§
impl<const GRID_SIZE: usize> Freeze for TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> RefUnwindSafe for TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> Send for TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> Sync for TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> Unpin for TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> UnsafeUnpin for TrilinearAvxFmaDouble<GRID_SIZE>
impl<const GRID_SIZE: usize> UnwindSafe for TrilinearAvxFmaDouble<GRID_SIZE>
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