macro_rules! hf32 {
($s:literal) => { ... };
}
Expand description
Construct a 32-bit float from hex float representation (C-style), guaranteed to evaluate at compile time.
macro_rules! hf32 {
($s:literal) => { ... };
}
Construct a 32-bit float from hex float representation (C-style), guaranteed to evaluate at compile time.