pub struct Avx2Backend;Expand description
AVX2 SpMV backend (x86_64 with AVX2+FMA).
Trait Implementations§
Source§impl SparseBackend for Avx2Backend
Available on x86-64 only.
impl SparseBackend for Avx2Backend
Available on x86-64 only.
Auto Trait Implementations§
impl Freeze for Avx2Backend
impl RefUnwindSafe for Avx2Backend
impl Send for Avx2Backend
impl Sync for Avx2Backend
impl Unpin for Avx2Backend
impl UnsafeUnpin for Avx2Backend
impl UnwindSafe for Avx2Backend
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