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 5344baf commit cbed922Copy full SHA for cbed922
portable/src/implementation/simd.rs
@@ -21,7 +21,7 @@ const HAS_FAST_REDUCE_MAX: bool = true;
21
)))]
22
const HAS_FAST_REDUCE_MAX: bool = false;
23
24
-const HAS_FAST_MASKED_LOAD: bool = false; // FIXME avx512, avx2 (32-bit chunks only?)
+const HAS_FAST_MASKED_LOAD: bool = false; // FIXME avx512
25
26
#[repr(C)]
27
struct SimdInput<const N: usize, const O: usize>
0 commit comments