Name: | fast_float-devel |
---|---|
Version: | 3.9.0 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 149282 |
License: | Apache-2.0 OR MIT |
RPM: | fast_float-devel-3.9.0-1.el9.noarch.rpm |
Source RPM: | fast_float-3.9.0-1.el9.src.rpm |
Build Date: | Thu Feb 02 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fastfloat/fast_float |
Summary: | Fast & exact implementation of C++ from_chars for float/double |
Description: | The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types. These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types. We provide exact rounding (including round to even). In our experience, these fast_float functions many times faster than comparable number-parsing functions from existing C++ standard libraries. |
- Update to 3.9.0 (close RHBZ#2162158)
- Indicate dirs. in files list with trailing slashes
- Update to 3.8.1 (close RHBZ#2148670)
- Update to 3.8.0 (close RHBZ#2148328)
- Update to 3.7.0 (close RHBZ#2143469)
- Update to 3.6.0 (close RHBZ#2140130)
- Update to 3.5.1 (close RHBZ#2115912)
- Update License field to SPDX
- Drop “forge” macros, which are not doing much here
- Export CMake targets as architecture independent.