File fast_float.changes of Package fast_float
-------------------------------------------------------------------
Wed Apr 12 13:17:36 UTC 2023 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 4.0.0
* Simplified Clinger's fast path for increased portability
* Fix some typos
* hammer add library ALIAS FastFloat::fast_float
* update actions/checkout in GitHub Actions to v3
* Don't use __umulh() with MinGW on ARM64
* hammer Don't write to global CMAKE_CXX_STANDARD
* hammer Introduce FASTFLOAT_INSTALL to make install optional
* Trimming out one eight-digit optimization.
* Conditional Clinger's fast path
* Add missing namespace end comments
* Replace utf8 chars. by @huangqinjin
* Fix compile warning of unit64_t to bool
* Adding GCC 12 tests (CI)
* Suppress compile warning from float comparison
* Fix compile warning: implicit type conversion
* Guard endian include by @lemire
* Adding test.
* float_common.h: add support for ppc32
* Support rccpfastfloat via macros
* Adds a simple fuzz test
* Fix parsing -0 on clang in non-nearest rounding modes.
* Constexpr from_chars
* Adding more CXX20 testing in CI.
* Compile-time evaluation
-------------------------------------------------------------------
Sun Oct 30 10:52:41 UTC 2022 - Hillwood Yang <hillwood@opensuse.org>
- Initial package for version 3.5.1