Macro hf16

Source
macro_rules! hf16 {
    ($s:literal) => { ... };
}
Expand description

Construct a 16-bit float from hex float representation (C-style), guaranteed to evaluate at compile time.