Function rustc_target::asm::x86::x86_64_only

source ·
fn x86_64_only(
    arch: InlineAsmArch,
    _reloc_model: RelocModel,
    _target_features: &FxIndexSet<Symbol>,
    _target: &Target,
    _is_clobber: bool
) -> Result<(), &'static str>