Function cranelift_codegen::isa::lookup_variant
source · [−]pub fn lookup_variant(
triple: Triple,
variant: BackendVariant
) -> Result<Builder, LookupError>
Expand description
Look for an ISA for the given triple
, selecting the backend variant given
by variant
if available.