use crateFp;
/// bfloat8 (brain float), with 8-bits using the exponent of FP16
pub type Bf8 = ;
/// bfloat16 (brain float), with 16-bits using the exponent of FP32
pub type Bf16 = ;
/// bfloat32 (brain float), with 32-bits using the exponent of FP64
pub type Bf32 = ;
/// bfloat64 (brain float), with 64-bits using the exponent of FP128
pub type Bf64 = ;
/// bfloat128 (brain float), with 128-bits using the exponent of FP256
pub type Bf128 = ;