Skip to content

Commit

Permalink
PR feedback & pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesbarford committed Jan 6, 2025
1 parent 067d701 commit 04ef1bd
Show file tree
Hide file tree
Showing 23 changed files with 137 additions and 191,033 deletions.
9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
resolver = "1"
members = [
"crates/*",
"examples"
"crates/stdarch-verify",
"crates/core_arch",
"crates/std_detect",
"crates/stdarch-gen-loongarch",
"crates/stdarch-gen2",
"crates/intrinsic-test",
"examples/"
"examples",
]
exclude = [
"crates/wasm-assert-instr-tests"
Expand Down
2 changes: 1 addition & 1 deletion crates/core_arch/src/aarch64/neon/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7953,7 +7953,7 @@ pub unsafe fn vcvts_n_f32_u32<const N: i32>(a: u32) -> f32 {
#[rustc_legacy_const_generics(1)]
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
pub unsafe fn vcvtd_n_f64_u64<const N: i32>(a: u64) -> f64 {
static_assert!(N >= 1 && N <= 32);
static_assert!(N >= 1 && N <= 64);
extern "unadjusted" {
#[cfg_attr(
any(target_arch = "aarch64", target_arch = "arm64ec"),
Expand Down
Loading

0 comments on commit 04ef1bd

Please sign in to comment.