Skip to content

Commit c8f7d5f

Browse files
committed
Use new module naming
1 parent 48f8910 commit c8f7d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/core_simd/src/masks/mod.rs renamed to crates/core_simd/src/masks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
#[cfg_attr(
66
not(all(target_arch = "x86_64", target_feature = "avx512f")),
7-
path = "full_masks.rs"
7+
path = "masks/full_masks.rs"
88
)]
99
#[cfg_attr(
1010
all(target_arch = "x86_64", target_feature = "avx512f"),
11-
path = "bitmask.rs"
11+
path = "masks/bitmask.rs"
1212
)]
1313
mod mask_impl;
1414

File renamed without changes.

0 commit comments

Comments
 (0)