pub trait ToHost { type HostFloat; // Required method fn to_host(self) -> Self::HostFloat; }
Convert a softfloat type to its corresponding hostfloat type.