core/stdarch/crates/core_arch/src/loongarch64/
mod.rs

1
2
3
4
5
6
7
8
9
//! `LoongArch` intrinsics

mod lasx;
mod lsx;

#[unstable(feature = "stdarch_loongarch", issue = "117427")]
pub use self::lasx::*;
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
pub use self::lsx::*;