IRainman
f5d44c73e4
compilation fix.
2025-12-30 21:02:50 +03:00
IRainman
48abeebc5a
byteswap isn't compiling properly, no nay crutches that I try not help, including usage cpp20_and_in_constexpr.
2025-12-30 20:41:30 +03:00
IRainman
ba656ace78
improvements in the code generation for byteswap and leading_zero to all compilers.
2025-12-30 20:15:17 +03:00
IRainman
f9bac93deb
type usage fix.
2025-12-30 01:04:02 +03:00
IRainman
3d69a9593e
type usage fix.
2025-12-30 00:45:13 +03:00
IRainman
fcdb5869d4
cleanup in the API.
2025-12-30 00:39:02 +03:00
IRainman
cd61547b63
FASTFLOAT_HAS_BIT_CAST fix for old standards.
2025-12-30 00:11:16 +03:00
IRainman
051d15119e
small performance improvement after full cleanup.
2025-12-29 23:57:28 +03:00
IRainman
f92d7fb594
Merge branch 'main' of https://github.com/fastfloat/fast_float
2025-12-29 23:43:27 +03:00
IRainman
7ca9c84708
type usage fixes.
2025-12-29 23:02:07 +03:00
IRainman
41d9632abc
interface cleanup.
2025-12-29 21:12:11 +03:00
IRainman
f556a6875f
cleanup.
2025-12-29 19:47:43 +03:00
IRainman
9a0fa4733c
cleanup.
2025-12-29 19:41:17 +03:00
IRainman
f4cae22b6e
type usage fix.
2025-12-29 19:25:10 +03:00
IRainman
611cd927f1
type usage fixes.
2025-12-29 19:17:25 +03:00
IRainman
8330f851f6
type usage fixes.
2025-12-29 19:15:15 +03:00
Daniel Lemire
11ce67e5eb
v8.2.1
2025-12-29 11:09:40 -05:00
IRainman
0d423367a5
type usage fixes.
2025-12-29 19:08:10 +03:00
IRainman
35bca9cb34
type usage fixes.
2025-12-29 19:03:15 +03:00
Daniel Lemire
f4f9da1e6b
fix for issue 354
2025-12-29 10:55:20 -05:00
IRainman
351e4d30ab
type usage fixes.
2025-12-29 18:48:28 +03:00
IRainman
147cf3b4c7
type usage fix and cleanup.
2025-12-29 18:23:06 +03:00
IRainman
38d0ab3f8e
initialization cleanup.
2025-12-29 17:48:38 +03:00
IRainman
a28e112d8f
initialization cleanup.
2025-12-29 17:29:03 +03:00
IRainman
5857b98bfd
some warnings fix in CI builds.
2025-12-29 16:43:54 +03:00
IRainman
59da568ec6
type usage fix.
2025-12-29 16:31:32 +03:00
IRainman
dad07cc054
initialization cleanup and improve caches usage.
2025-12-29 16:17:44 +03:00
IRainman
ebc2ee8ceb
optimization for the report_parse_error.
2025-12-29 00:06:46 +03:00
IRainman
054004f779
cleanup and type usage fixes.
2025-12-28 23:24:24 +03:00
IRainman
37152ead57
type usage fixes.
2025-12-28 21:52:57 +03:00
IRainman
489703f99d
type usage fixes.
2025-12-28 19:59:46 +03:00
IRainman
8f49511980
noexcept
2025-12-28 19:57:45 +03:00
IRainman
5c6a6c2742
type usage fixes.
2025-12-28 18:35:11 +03:00
IRainman
5bc96372bd
type usage fixes.
...
fix for FASTFLOAT_ISNOT_CHECKED_BOUNDS if FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN isn't enabled.
2025-12-28 17:41:04 +03:00
IRainman
62bc4b4458
type usage fixes.
2025-12-28 14:16:14 +03:00
IRainman
c1265cf9ed
Merge branch 'main' of https://github.com/fastfloat/fast_float
2025-12-28 14:08:05 +03:00
Daniel Lemire
dd77fb5e4c
v8.2.0
2025-12-27 12:08:58 -05:00
Daniel Lemire
b4d26ec866
v8.1.1
2025-12-27 12:06:36 -05:00
IRainman
812d89ec9b
type usage fixes.
2025-12-27 15:55:58 +03:00
IRainman
fb1e92c0e2
code cleanup and type usage fixes.
2025-12-27 15:42:58 +03:00
IRainman
22605807b8
fix compilation error in uint8_t parsing.
2025-12-27 13:01:56 +03:00
IRainman
3745f4b009
* documentation in the code updated, fixed errors with parsing some special very big exponent numbers.
2025-12-27 12:56:51 +03:00
Pavel Novikov
cb813a7765
fixed UB
2025-12-27 00:15:30 +03:00
IRainman
7ce53435fc
try again. need test refactoring.
2025-12-26 22:11:13 +03:00
IRainman
8a518f4308
am_pow_t is probably needs to be 64 bit because some hard coded values that I can't find.
2025-12-26 22:05:09 +03:00
IRainman
54d1f5afcf
fucking lint
2025-12-26 01:07:59 +03:00
IRainman
350ad6ecac
unfck lint
2025-12-26 00:22:44 +03:00
IRainman
d07362c459
Final review for a more simple merge.
...
Feature FASTFLOAT_TABLE_HACK_CHAR_DIGIT_LUT_DISABLED is removed because hex and bin parsing isn't working properly.
Properly use FASTFLOAT_SIMD_DISABLE_WARNINGS and FASTFLOAT_SIMD_RESTORE_WARNINGS only for instructions that allow unaligned loads.
2025-12-26 00:13:41 +03:00
IRainman
074fdeac74
small fix
2025-12-25 19:21:17 +03:00
IRainman
9ff1624d92
small fix.
2025-12-25 19:17:12 +03:00