mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
7bcdaedd26
- thanks! changes, discussed with, and ok sthen@ DESCR: The fast_float library provides fast header-only implementations for the C++ from_chars() functions for 'float' and 'double' as well as integer types.
16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
include/fast_float/
|
|
include/fast_float/ascii_number.h
|
|
include/fast_float/bigint.h
|
|
include/fast_float/constexpr_feature_detect.h
|
|
include/fast_float/decimal_to_binary.h
|
|
include/fast_float/digit_comparison.h
|
|
include/fast_float/fast_float.h
|
|
include/fast_float/fast_table.h
|
|
include/fast_float/float_common.h
|
|
include/fast_float/parse_number.h
|
|
share/cmake/
|
|
share/cmake/FastFloat/
|
|
share/cmake/FastFloat/FastFloatConfig.cmake
|
|
share/cmake/FastFloat/FastFloatConfigVersion.cmake
|
|
share/cmake/FastFloat/fast_float-targets.cmake
|