fn from_f32()

in src/main.rs [138:140]


    fn from_f32(f: f32) -> Self {
        half::bf16::from_f32(f)
    }