Skip to content

Tracking Issue for ARM barrier intrinsics #117219

Open
@Amanieu

Description

@Amanieu

Feature gate: #![feature(stdarch_arm_barrier)]

This is a tracking issue for ARM and AArch64 barrier intrinsics.

Public API

// core::arch::{arm,aarch64}

pub unsafe fn __dmb<A>(arg: A);
pub unsafe fn __dsb<A>(arg: A);
pub unsafe fn __isb<A>(arg: A);

pub struct SY;
pub struct ST;
pub struct ISH;
pub struct ISHST;
pub struct NSH;
pub struct NSHST;
pub struct OSH;
pub struct OSHST;
pub struct LD;
pub struct ISHLD;
pub struct NSHLD;
pub struct OSHLD;

Steps / History

  • Implementation: #...
  • Final comment period (FCP)1
  • Stabilization PR

Unresolved Questions

  • None yet.

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCO-AArch64Armv8-A or later processors in AArch64 modeO-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions