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 2ed8310 commit f61b3f6Copy full SHA for f61b3f6
src/spaces/mod.rs
@@ -1,10 +1,10 @@
1
pub mod simple;
2
3
-#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
4
-mod simple_sse;
+// #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
+// mod simple_sse;
5
6
-#[cfg(target_arch = "x86_64")]
7
-mod simple_avx;
+// #[cfg(target_arch = "x86_64")]
+// mod simple_avx;
8
9
#[cfg(target_arch = "aarch64")]
10
mod simple_neon;
0 commit comments