Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fast_float.h | 2025-02-07 | 154.1 kB | |
README.md | 2025-02-07 | 1.3 kB | |
Version 8.0.0 source code.tar.gz | 2025-02-07 | 120.9 kB | |
Version 8.0.0 source code.zip | 2025-02-07 | 164.1 kB | |
Totals: 4 Items | 440.3 kB | 0 |
What's Changed
- Add version macros by @dalle in https://github.com/fastfloat/fast_float/pull/284
- Better compile time error messages for unsupported types by @dalle in https://github.com/fastfloat/fast_float/pull/283
- Fix clang warning unused function by @dalle in https://github.com/fastfloat/fast_float/pull/287
- Support char8_t on C++20 by @dalle in https://github.com/fastfloat/fast_float/pull/289
- update scripts by @dalle in https://github.com/fastfloat/fast_float/pull/290
- Add tests for all supported char types by @dalle in https://github.com/fastfloat/fast_float/pull/292
- adding actual benchmarks to the project by @lemire in https://github.com/fastfloat/fast_float/pull/293
- introduce equiv_uint_t helper by @dalle in https://github.com/fastfloat/fast_float/pull/294
- Silenced Visual Studio compiler warning by @jrade in https://github.com/fastfloat/fast_float/pull/298
- documenting benchmarks by @lemire in https://github.com/fastfloat/fast_float/pull/299
- 16-bit float support by @dalle in https://github.com/fastfloat/fast_float/pull/296
New Contributors
- @jrade made their first contribution in https://github.com/fastfloat/fast_float/pull/298
Full Changelog: https://github.com/fastfloat/fast_float/compare/v7.0.0...v8.0.0