Enum lance_core::utils::cpu::SimdSupport
source · pub enum SimdSupport {
None,
Neon,
Sse,
Avx2,
Avx512,
}Expand description
A level of SIMD support for some feature
Variants§
Auto Trait Implementations§
impl Freeze for SimdSupport
impl RefUnwindSafe for SimdSupport
impl Send for SimdSupport
impl Sync for SimdSupport
impl Unpin for SimdSupport
impl UnwindSafe for SimdSupport
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