Skip to content

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.

Template parameters
T The numeric type.

Fully qualified name: kfr::c_mantissa_bits

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.