maybe as a workaround ``` Base.rem(x::Real, ::Type{BFloat16}) = BFloat16(x) ```
maybe as a workaround