Variable c_mantissa_mask¶
variable c_mantissa_mask simd¶
template <typename T>
constexpr inline subtype<T> c_mantissa_mask = (subtype<T>(1) << c_mantissa_bits<T>)-1 The bitmask for the mantissa of the floating-point representation.
| T | The numeric type. |
Fully qualified name: kfr::c_mantissa_mask
Declared at simd/constants.hpp:301
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.