Variable c_mantissa_bits¶
variable c_mantissa_bits simd¶
template <typename T>
constexpr inline unsigned c_mantissa_bits = sizeof(subtype<T>) == 4 ? 23 : 52 The number of mantissa bits for the given floating-point type.
| T | The numeric type. |
Fully qualified name: kfr::c_mantissa_bits
Declared at simd/constants.hpp:294
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.