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 ed9f4e1 commit ba51ec6Copy full SHA for ba51ec6
src/traits/mod.rs
@@ -31,6 +31,7 @@ impl<T: FloatOps + Send + Sync> FloatOpsTS for T {}
31
#[cfg(feature="simd")]
32
pub trait FloatOpsTSSimba: FloatOpsTS + SimdRealField + RealField {}
33
34
+#[cfg(feature="simd")]
35
impl<T: FloatOpsTS + SimdRealField + RealField> FloatOpsTSSimba for T {}
36
37
// Define a type alias for our numeric constraints
0 commit comments