Skip to content

Commit

Permalink
Update crates/test_helpers/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
calebzulawski and RalfJung authored Aug 8, 2024
1 parent a49f77e commit 751c3b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/test_helpers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,9 @@ macro_rules! test_lanes {
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)];
lanes_1 1;
lanes_2 2;
// Cover an odd and an even non-power-of-2 length in Miri.
// (Even non-power-of-2 vectors have alignment between element
// and vector size, so we want to cover that case as well.)
lanes_3 3;

lanes_6 6;
Expand Down

0 comments on commit 751c3b5

Please sign in to comment.