miri::helpers

Trait ToHost

Source
pub trait ToHost {
    type HostFloat;

    // Required method
    fn to_host(self) -> Self::HostFloat;
}
Expand description

Convert a softfloat type to its corresponding hostfloat type.

Required Associated Types§

Required Methods§

Source

fn to_host(self) -> Self::HostFloat

Implementations on Foreign Types§

Source§

impl ToHost for Double

Source§

impl ToHost for Single

Implementors§