rustc_codegen_llvm::asm

Function any_target_feature_enabled

Source
fn any_target_feature_enabled(
    cx: &CodegenCx<'_, '_>,
    instance: Instance<'_>,
    features: &[Symbol],
) -> bool