#include <bit>
#include <cstdint>
#include <cmath>
#include <cstring>
#include <cassert>
#include <tlfloat/tlfloatconfig.hpp>
#include <iostream>
#include <ios>
#include <vector>
#include <string>
|
namespace | tlfloat |
| TLFloat library defines all C++ classes and functions in tlfloat namespace.
|
|
◆ TLFLOAT_DISABLE_ARCH_OPTIMIZATION
#define TLFLOAT_DISABLE_ARCH_OPTIMIZATION |
All architecture-specific optimizations (e.g., use of intrinsic functions) are disabled if this macro is defined
◆ TLFLOAT_NO_LIBSTDCXX
#define TLFLOAT_NO_LIBSTDCXX |
Functions that require libstdc++ will be disabled if this macro is defined
◆ TLFLOAT_VERSION_MAJOR
#define TLFLOAT_VERSION_MAJOR |
TLFLOAT_VERSION_MAJOR is the major version of TLFloat library
◆ TLFLOAT_VERSION_MINOR
#define TLFLOAT_VERSION_MINOR |
TLFLOAT_VERSION_MAJOR is the minor version of TLFloat library
◆ TLFLOAT_VERSION_PATCH
#define TLFLOAT_VERSION_PATCH |
TLFLOAT_VERSION_MAJOR is the patch level of TLFloat library