Trait simd_abstraction::traits::InstructionSet
source · [−]pub unsafe trait InstructionSet: Copy {
fn detect() -> Option<Self>;
unsafe fn new_unchecked() -> Self;
}pub unsafe trait InstructionSet: Copy {
fn detect() -> Option<Self>;
unsafe fn new_unchecked() -> Self;
}