head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.14
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.12
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.10
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.8
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.6
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.4
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.2
	pkgsrc-2024Q3-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.08.12.14.06.08;	author adam;	state Exp;
branches;
next	;
commitid	afu8R3hwoPAPvxlF;


desc
@@


1.1
log
@fast_float: added version 6.1.3

The fast_float library provides fast header-only implementations for the C++
from_chars functions for float and double types as well as integer 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.
@
text
@@@comment $NetBSD$
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/FastFloat/FastFloatConfig.cmake
share/cmake/FastFloat/FastFloatConfigVersion.cmake
share/cmake/FastFloat/fast_float-targets.cmake
@
