Module core::core_arch::arm::v7

source ·
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on ARM only.
Expand description

ARMv7 intrinsics.

The reference is ARMv7-M Architecture Reference Manual (Issue E.b).

b/index.html

Re-exports

  • pub use super::v6::*;
    Experimental

Functions

  • _clz_u8Experimental
    Count Leading Zeros.
  • _clz_u16Experimental
    Count Leading Zeros.
  • _clz_u32Experimental
    Count Leading Zeros.
  • _rbit_u32Experimental
    Reverse the bit order.