Skip to content

Commit f61b3f6

Browse files
committed
fix more warnings
1 parent 2ed8310 commit f61b3f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/spaces/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pub mod simple;
22

3-
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
4-
mod simple_sse;
3+
// #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
4+
// mod simple_sse;
55

6-
#[cfg(target_arch = "x86_64")]
7-
mod simple_avx;
6+
// #[cfg(target_arch = "x86_64")]
7+
// mod simple_avx;
88

99
#[cfg(target_arch = "aarch64")]
1010
mod simple_neon;

0 commit comments

Comments
 (0)