We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49f77e commit 751c3b5Copy full SHA for 751c3b5
crates/test_helpers/src/lib.rs
@@ -539,6 +539,9 @@ macro_rules! test_lanes {
539
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)];
540
lanes_1 1;
541
lanes_2 2;
542
+ // Cover an odd and an even non-power-of-2 length in Miri.
543
+ // (Even non-power-of-2 vectors have alignment between element
544
+ // and vector size, so we want to cover that case as well.)
545
lanes_3 3;
546
547
lanes_6 6;
0 commit comments