core_arch/loongarch64: Re-export SIMD types
This commit is contained in:
parent
ec6bcf8c93
commit
2008110773
2 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
|||
#[rustfmt::skip]
|
||||
mod types;
|
||||
|
||||
#[rustfmt::skip]
|
||||
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
|
||||
pub use self::types::*;
|
||||
|
||||
#[rustfmt::skip]
|
||||
mod generated;
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
#[rustfmt::skip]
|
||||
mod types;
|
||||
|
||||
#[rustfmt::skip]
|
||||
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
|
||||
pub use self::types::*;
|
||||
|
||||
#[rustfmt::skip]
|
||||
mod generated;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue