Skip to content

Commit

Permalink
core_arch: Add LoongArch LASX testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Feb 28, 2024
1 parent 6cc52a4 commit d94e7b1
Show file tree
Hide file tree
Showing 2 changed files with 14,694 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/core_arch/src/loongarch64/lasx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ mod generated;
#[rustfmt::skip]
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
pub use self::generated::*;

#[rustfmt::skip]
#[cfg(test)]
mod tests;
Loading

0 comments on commit d94e7b1

Please sign in to comment.