libstdc++: Use fast_float for long double if it uses binary64 format
[platform/upstream/gcc.git] / libstdc++-v3 / src / c++17 / floating_from_chars.cc
2022-01-23 Jonathan Wakelylibstdc++: Use fast_float for long double if it uses...
2022-01-17 Patrick Palkalibstdc++: Use fast_float in std::from_chars for binary...
2022-01-17 Patrick Palkalibstdc++: Directly implement hexfloat std::from_chars...
2022-01-03 Jakub JelinekUpdate copyright years.
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-18 Patrick Palkalibstdc++: Check FE_TONEAREST is defined before using it
2020-12-16 Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-10-31 François Dumontlibstdc++: Fix gnu-version-namespace buid
2020-07-31 Jonathan Wakelylibstdc++: Fix use of newlocale in std:::from_chars
2020-07-30 Jonathan Wakelylibstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof...
2020-07-27 Jonathan Wakelylibstdc++: Make std::from_chars always round to nearest
2020-07-20 Jonathan Wakelylibstdc++: Add std::from_chars for floating-point types