Trait simd_abstraction::traits::InstructionSet
source · pub unsafe trait InstructionSet: Copy {
// Required methods
fn is_enabled() -> bool;
unsafe fn new() -> Self;
// Provided method
fn detect() -> Option<Self> { ... }
}