core_arch/loongarch64: Re-export SIMD types

This commit is contained in:
WANG Rui 2024-03-19 23:14:20 +08:00 committed by Amanieu d'Antras
parent ec6bcf8c93
commit 2008110773
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,10 @@
#[rustfmt::skip]
mod types;
#[rustfmt::skip]
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
pub use self::types::*;
#[rustfmt::skip]
mod generated;

View file

@ -5,6 +5,10 @@
#[rustfmt::skip]
mod types;
#[rustfmt::skip]
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
pub use self::types::*;
#[rustfmt::skip]
mod generated;