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