IRainman
|
843aa3f703
|
* improvements in compiler function detection.
|
2025-11-12 14:58:15 +03:00 |
|
IRainman
|
c9d0ac0084
|
# cleanup.
|
2025-11-10 03:49:27 +03:00 |
|
IRainman
|
b8163709f5
|
* type usage fix for better performance in any hardware.
|
2025-11-10 02:41:26 +03:00 |
|
IRainman
|
497e65b03f
|
* Added separate config macros FASTFLOAT_ISNOT_CHECKED_BOUNDS.
|
2025-11-09 19:08:11 +03:00 |
|
IRainman
|
959c9531ea
|
# cycles (for and while) cleanup in low level for the best compiler optimization and the best runtime.
|
2025-11-09 18:13:17 +03:00 |
|
IRainman
|
b9d91e7f34
|
* code cleanup.
|
2025-11-09 17:22:13 +03:00 |
|
IRainman
|
e109eedd35
|
* try to fix error on x86 platform step3.
|
2025-11-09 17:21:52 +03:00 |
|
IRainman
|
3ae6d3c2b3
|
# unfck lint
|
2025-11-09 16:40:44 +03:00 |
|
IRainman
|
d0c7def24d
|
* try to fix error on x86 platform step2.
|
2025-11-09 16:38:57 +03:00 |
|
IRainman
|
80902aa90c
|
* try to fix error on x86 platform step1.
|
2025-11-09 16:34:07 +03:00 |
|
IRainman
|
a92f025df7
|
* type usage fix
|
2025-11-08 23:59:52 +03:00 |
|
IRainman
|
3e498bb3b1
|
* try to fix precision error on x86 platform step9.
|
2025-11-08 22:28:40 +03:00 |
|
IRainman
|
97aa629922
|
* try to fix precision error on x86 platform step8.
|
2025-11-08 22:15:17 +03:00 |
|
IRainman
|
1ba0d482c1
|
* try to fix precision error on x86 platform step7.
|
2025-11-08 22:01:14 +03:00 |
|
IRainman
|
df6b574e40
|
* try to fix precision error on x86 platform step6.
|
2025-11-08 21:38:15 +03:00 |
|
IRainman
|
cd62aadb1b
|
* try to fix precision error on x86 platform step5.
|
2025-11-08 21:26:31 +03:00 |
|
IRainman
|
578b1e9898
|
* try to fix precision error on x86 platform step4.
|
2025-11-08 21:19:23 +03:00 |
|
IRainman
|
77ef46838c
|
* try to fix precision error on x86 platform step3.
|
2025-11-08 19:40:24 +03:00 |
|
IRainman
|
e96afe608e
|
* try to fix precision error on x86 platform step2.
|
2025-11-08 19:25:53 +03:00 |
|
IRainman
|
e6f2bf13b4
|
# test failed.
|
2025-11-08 19:09:45 +03:00 |
|
IRainman
|
62b60e0040
|
# Disable FASTFLOAT_HAS_BYTESWAP: step to try to fix precision error on x86 platform
|
2025-11-08 18:29:14 +03:00 |
|
IRainman
|
56d423399d
|
* Improving in code generation -> speedup.
* fix warning in 32 bit build.
|
2025-11-08 18:14:39 +03:00 |
|
IRainman
|
0c4171eb26
|
# small cleanup
|
2025-10-22 02:56:40 +03:00 |
|
IRainman
|
6c175c5a14
|
# format
|
2025-10-22 02:31:52 +03:00 |
|
IRainman
|
57f63fc327
|
* fix for parse_eight_digits_unrolled
|
2025-10-22 02:28:31 +03:00 |
|
IRainman
|
1dfd486df4
|
# cleanup
|
2025-10-22 01:51:13 +03:00 |
|
IRainman
|
397c0b8d26
|
# fix for FASTFLOAT_64BIT
|
2025-10-22 01:31:06 +03:00 |
|
IRainman
|
f396c23809
|
* Upgrade manually vectorized code to support SSE4.2, final cleanup and documentation for SSE2 code.
|
2025-10-22 01:13:25 +03:00 |
|
IRainman
|
f757eb45a2
|
* Upgrade manually vectorized code to support SSE4.2.
|
2025-10-22 00:44:29 +03:00 |
|
IRainman
|
58b5dc04c3
|
* Upgrade manually vectorized code to SSE4.2 for FASTFLOAT_64BIT because it's already used SSE4.1 instructions.
|
2025-10-22 00:27:36 +03:00 |
|
IRainman
|
1f0e2819e0
|
# type usage fix.
|
2025-10-21 22:40:41 +03:00 |
|
IRainman
|
eee068d3bc
|
# types fix.
|
2025-10-21 22:19:04 +03:00 |
|
IRainman
|
336b97d027
|
# cleanup.
|
2025-10-21 22:01:22 +03:00 |
|
IRainman
|
487799ede2
|
# cleanup and speedup digit_comp.
|
2025-10-21 21:49:21 +03:00 |
|
IRainman
|
0e123c5e82
|
# fix for digit_comp.
|
2025-10-21 21:31:19 +03:00 |
|
IRainman
|
5a378ed87f
|
# minimize diff in the crutch.
|
2025-10-21 21:14:58 +03:00 |
|
IRainman
|
fe0bce5eb7
|
# const and constexpr fixes
# types fixes.
# FASTFLOAT_ASSERT fix.
|
2025-10-21 21:08:08 +03:00 |
|
IRainman
|
1dc13a91f1
|
# improve checking for integer in the FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN mode.
|
2025-10-21 19:56:43 +03:00 |
|
IRainman
|
3288e56b34
|
# compilation fix after merge
|
2025-10-21 18:18:20 +03:00 |
|
IRainman
|
240d393bf6
|
# format
|
2025-10-21 16:25:35 +03:00 |
|
IRainman
|
72e75ed98f
|
# compilation fix after merge.
|
2025-10-21 16:16:18 +03:00 |
|
IRainman
|
0f1a96a389
|
Merge branch 'main' of https://github.com/fastfloat/fast_float
|
2025-10-21 15:43:38 +03:00 |
|
Pavel Novikov
|
1ea4d2563e
|
made function non-template
+fixed a couple of typos
|
2025-09-30 12:18:29 +03:00 |
|
Daniel Lemire
|
7262d9454e
|
lint
|
2025-09-29 15:08:24 -04:00 |
|
Daniel Lemire
|
fd98fd6689
|
specialize for std::float32_t and std::float64_t explicitly
credit: @lemire
|
2025-09-29 21:43:36 +03:00 |
|
Pavel Novikov
|
197c0ffca7
|
clang format
|
2025-09-29 21:43:35 +03:00 |
|
IRainman
|
fe376285c7
|
# types fix after merge from upstream.
|
2025-09-18 23:57:54 +03:00 |
|
IRainman
|
384fcec12d
|
# clang format
|
2025-09-18 22:57:06 +03:00 |
|
IRainman
|
097800a609
|
# compilation fix after merge from upstream.
|
2025-09-18 22:41:24 +03:00 |
|
IRainman
|
af8ece24d7
|
Merge branch 'main' of https://github.com/fastfloat/fast_float
|
2025-09-18 22:10:37 +03:00 |
|