Skip to main content

CompensatedFloatVector

Trait CompensatedFloatVector 

Source
pub trait CompensatedFloatVector:
    ScalarValue
    + FloatVector<Element: ScalarValue>
    + CastVector<Self>
    + SwizzleVector { }
Expand description

Trait for float vector types that can be used in compensated arithmetic.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Last built: 2026-09-08 21:35:55 UTC