Skip to content

Commit

Permalink
Move now-stable aarch64 types to "simd" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed May 20, 2023
1 parent 31e6146 commit 3b38c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ mod simd {
vector_signed_long,
vector_unsigned_long
);
#[cfg(all(feature = "simd-nightly", target_arch = "aarch64"))]
#[cfg(target_arch = "aarch64")]
#[rustfmt::skip]
simd_arch_mod!(
aarch64, float32x2_t, float32x4_t, float64x1_t, float64x2_t, int8x8_t, int8x8x2_t,
Expand Down

0 comments on commit 3b38c1b

Please sign in to comment.