Module arch

Source
Expand description

Architecture Dependent Definitions

Depending on the architecture, the linux ABI can differ greatly. This module contains the architecture dependent definitions and entry-points for each supported architecture.

All code for all architectures is always available. Use the native module to get a link to the architecture native to your compilation. Alternatively, use cfg(target_arch = "xyz") to test for the architecture of your choice.

Modulesยง

native
x86
Architecture Definitions for x86
x86_64
Architecture Definitions for x86_64