smelte_rs/cpu/
mod.rs

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