Macro hf128

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

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