Skip to content

Commit b9a40e5

Browse files
awxkeefolkertdev
andauthored
Update crates/core_arch/src/macros.rs
Co-authored-by: Folkert de Vries <flokkievids@gmail.com>
1 parent 281d640 commit b9a40e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/core_arch/src/macros.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ macro_rules! interleaving_store {
350350

351351
// NOTE: repr(simd) adds padding to make the total size a power of two.
352352
// Hence writing W to ptr might write out of bounds.
353-
354353
type W = Simd<$elem, { $lanes * 3 }>;
355354

356355
let w: W = simd_shuffle!(v0v1, v2v2, interleave_mask::<{ $lanes * 3 }, $lanes, 3>());

0 commit comments

Comments
 (0)