error: the SIMD type `simd::Simd` has more elements than the limit 8 --> $DIR/simd-lane-limit-err-npow2.rs:10:9 | LL | let _x: Simd = Simd([0; 24]); | ^^ error: aborting due to 1 previous error