Sha256: add7db7131a8078bee82171487d9136f94b7c6493992d03e86edac16a98f9a3c
Contents?: true
Size: 325 Bytes
Versions: 7
Compression:
Stored size: 325 Bytes
Contents
pub use super::pulley_shared::isa_builder; use super::pulley_shared::PulleyTargetKind; use crate::isa::pulley_shared::PointerWidth; #[derive(Debug, Default, Clone, Copy)] pub(crate) struct Pulley64; impl PulleyTargetKind for Pulley64 { fn pointer_width() -> PointerWidth { PointerWidth::PointerWidth64 } }
Version data entries
7 entries across 7 versions & 1 rubygems