Skip to content

Commit 967e7af

Browse files
heiherAmanieu
authored andcommitted
core_arch/loongarch64: Re-export SIMD types
1 parent 81b846a commit 967e7af

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

crates/core_arch/src/loongarch64/lasx/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#[rustfmt::skip]
66
mod types;
77

8+
#[rustfmt::skip]
9+
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
10+
pub use self::types::*;
11+
812
#[rustfmt::skip]
913
mod generated;
1014

crates/core_arch/src/loongarch64/lsx/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#[rustfmt::skip]
66
mod types;
77

8+
#[rustfmt::skip]
9+
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
10+
pub use self::types::*;
11+
812
#[rustfmt::skip]
913
mod generated;
1014

0 commit comments

Comments
 (0)