pub trait SIMDFloat:
SIMDVector
+ Add<Output = Self>
+ Mul<Output = Self>
+ Sub<Output = Self>
+ SIMDMulAdd
+ SIMDMinMax
+ SIMDPartialEq
+ SIMDPartialOrd { }Expand description
A roll-up of traits required for SIMD floating point types.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.