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