1
2
3
4
5
//! ARMv8 assembly instructions.
//!
//! The reference is [ARMv8-A Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0487a.k_10775/index.html).

pub use alg::arm::v8::*;