1 2 3 4 5
/// The half precision float #[cfg(features = "f16")] pub mod f16; /// The regular float pub mod f32;