Module std_detect::detect::arch

source ·
🔬This is a nightly-only experimental API. (stdsimd)

Re-exports

  • pub use x86::*;
    Experimental

Modules

  • aarch64 🔒 Experimental
    Aarch64 run-time features.
  • arm 🔒 Experimental
    Run-time feature detection on ARM Aarch32.
  • mips 🔒 Experimental
    Run-time feature detection on MIPS.
  • mips64 🔒 Experimental
    Run-time feature detection on MIPS64.
  • powerpc 🔒 Experimental
    Run-time feature detection on PowerPC.
  • powerpc64 🔒 Experimental
    Run-time feature detection on PowerPC64.
  • riscv 🔒 Experimental
    Run-time feature detection on RISC-V.
  • x86 🔒 Experimental
    This module implements minimal run-time feature detection for x86.