Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,009 changes: 447 additions & 562 deletions crates/core_arch/src/loongarch64/lasx/generated.rs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions crates/core_arch/src/loongarch64/lasx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
mod types;

#[rustfmt::skip]
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
#[stable(feature = "stdarch_loongarch_simd", since = "CURRENT_RUSTC_VERSION")]
pub use self::types::*;

#[rustfmt::skip]
mod generated;

#[rustfmt::skip]
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
#[stable(feature = "stdarch_loongarch_simd", since = "CURRENT_RUSTC_VERSION")]
pub use self::generated::*;

#[rustfmt::skip]
mod portable;

#[rustfmt::skip]
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
#[stable(feature = "stdarch_loongarch_simd", since = "CURRENT_RUSTC_VERSION")]
pub use self::portable::*;

#[rustfmt::skip]
Expand Down
2 changes: 1 addition & 1 deletion crates/core_arch/src/loongarch64/lasx/types.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
types! {
#![unstable(feature = "stdarch_loongarch", issue = "117427")]
#![stable(feature = "stdarch_loongarch_simd", since = "CURRENT_RUSTC_VERSION")]

/// 256-bit wide integer vector type, LoongArch-specific
///
Expand Down
Loading
Loading