Skip to content

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.

Template parameters
T The numeric type.

Fully qualified name: kfr::c_mantissa_mask

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