libm
0.2.15
Module macros
Module Items
Macros
In libm::
math::
support
libm
::
math
::
support
Module
macros
Copy item path
Source
Macros
ยง
cfg_if
๐
libm
cannot have dependencies, so this is vendored directly from the
cfg-if
crate (with some comments stripped for compactness).
hf32
๐
Construct a 32-bit float from hex float representation (C-style), guaranteed to evaluate at compile time.
hf64
๐
Construct a 64-bit float from hex float representation (C-style), guaranteed to evaluate at compile time.
select_
implementation
๐
Choose between using an arch-specific implementation and the function body. Returns directly if the arch implementation is used, otherwise continue with the rest of the function.