511 Commits

Author SHA1 Message Date
Daniel Lemire
57536631af Adding token 2023-01-26 23:01:41 -05:00
Daniel Lemire
033536dbba Adding big-endian runner 2023-01-26 22:48:05 -05:00
Daniel Lemire
7a6fe5ee79 Bumping the version. v3.9.0 2023-01-19 20:54:23 -05:00
Daniel Lemire
e84f7e7850
Merge pull request #170 from fastfloat/dlemire/rcpp
Support rccpfastfloat via macros
2023-01-19 20:50:46 -05:00
Daniel Lemire
3e2da540ef Support rccpfastfloat. 2023-01-19 20:28:10 -05:00
Daniel Lemire
34d443d6fc Bumping version. v3.8.2 2023-01-18 18:27:19 -05:00
Daniel Lemire
e7d25fb058
Merge pull request #169 from barracuda156/main
float_common.h: add support for ppc32
2023-01-18 18:26:07 -05:00
Sergey Fedorov
ff7fba01d0
float_common.h: add support for ppc32 2023-01-18 14:15:14 +08:00
Daniel Lemire
1ea4f27b2a
Merge pull request #166 from fastfloat/dlemire/verify_normal_subnormal_limit
Adding test.
2023-01-10 11:20:27 -05:00
Daniel Lemire
09f89895f1 Adding test. 2023-01-10 10:32:59 -05:00
Daniel Lemire
177ef91fc9
Merge pull request #165 from fastfloat/dlemire/guard_endian
Guard endian include
2023-01-09 13:42:11 -05:00
Daniel Lemire
c8aac4a63d Guard endian 2023-01-07 13:28:12 -05:00
Daniel Lemire
e92c63295c
Update CMakeLists.txt 2023-01-04 12:54:20 -05:00
jpmag
02a61971f8
Merge pull request #162 from biojppm/fix/testexes
Fix compile warning: implicit type conversion
2022-12-27 12:20:06 +01:00
Joao Paulo Magalhaes
7f7838b36a Fix compile warning: implicit double->float type conversion
With Intel 2021.1:
```
/home/runner/work/c4core/c4core/src/c4/ext/fast_float_all.h:319:49: error: implicit conversion between floating point types of different sizes [-Werror,-Wimplicit-float-size-conversion]
constexpr static float powers_of_ten_float[] = {1e0, 1e1, 1e2, 1e3,
1e4, 1e5,
```
2022-12-27 11:09:17 +00:00
Joao Paulo Magalhaes
cb4779df3d Fix workflow for Ubuntu 20.04 2022-12-27 11:09:17 +00:00
Joao Paulo Magalhaes
0ba57912ff Enable tests with cross compilation 2022-12-27 11:09:17 +00:00
jpmag
98d46aee9c
Merge pull request #163 from biojppm/suppress_float_equal_warning
Suppress compile warning from float comparison
2022-12-27 12:06:51 +01:00
Joao Paulo Magalhaes
ca13367ff7 Suppress warning when comparing floats 2022-12-27 01:39:41 +00:00
Daniel Lemire
43e5c35d84
Merge pull request #161 from fastfloat/dlemire/adding_gcc12_tests
Adding GCC 12 tests (CI)
2022-12-23 10:46:31 -05:00
Daniel Lemire
102e74891f
Merge pull request #160 from huangqinjin/uint64-to-bool
Fix compile warning of unit64_t to bool
2022-12-23 10:39:33 -05:00
Daniel Lemire
6d0423720f
Merge pull request #159 from huangqinjin/replace-utf8-chars
Replace utf8 chars.
2022-12-23 10:38:50 -05:00
Daniel Lemire
7040160143 Adding GCC 12 2022-12-23 10:37:04 -05:00
huangqinjin
293ca61c76 Fix compile warning of unit64_t to bool 2022-12-23 19:20:28 +08:00
huangqinjin
9c4c20dd7f Replace utf8 chars. 2022-12-18 11:04:16 +08:00
Daniel Lemire
a4f8c86f08
Merge pull request #158 from fastfloat/dlemire/cleaning_runners
Cleaning our CI a bit.
2022-12-13 17:10:23 -05:00
Daniel Lemire
6f9da45af3 Cleaning our CI a bit. 2022-12-13 17:05:04 -05:00
Daniel Lemire
ae028f1aea
Update README.md 2022-12-11 14:53:00 -05:00
Daniel Lemire
11223155ce
Merge pull request #157 from kou/add-missing-end-namespace-comment
Add missing namespace end comments
2022-12-02 09:49:33 -05:00
Sutou Kouhei
ff5855813f Add missing namespace end comments
Other files have it.
2022-12-02 11:42:38 +09:00
Daniel Lemire
08c47edf57 Preparing release v3.8.1 2022-11-25 22:22:14 -05:00
Daniel Lemire
be962361c6
Merge pull request #156 from fastfloat/dlemire/fix_issue_154
Fixing issue 154.
2022-11-25 16:35:07 -05:00
Daniel Lemire
76537e1695 Fixing issue 154. 2022-11-25 15:58:54 -05:00
Daniel Lemire
cda3946a50
Merge pull request #155 from fastfloat/dlemire/adding_ubuntu22
Adding two new Ubuntu 22 runners in CI
2022-11-25 15:57:05 -05:00
Daniel Lemire
b6f1567d0b Adding two new runners 2022-11-25 15:53:50 -05:00
Daniel Lemire
2ef9abbcf6 Merge branch 'main' of github.com:fastfloat/fast_float v3.8.0 2022-11-23 10:51:45 -05:00
Daniel Lemire
9e868b3d1a Preparing release 2022-11-23 10:51:27 -05:00
Daniel Lemire
8f092d2799
Merge pull request #153 from fastfloat/dlemire/renabling_clinger
Conditional Clinger's fast path
2022-11-23 10:36:55 -05:00
Daniel Lemire
968bd9d86e Renaming the test. 2022-11-21 09:56:21 -05:00
Daniel Lemire
eec504ae03 Adding a fast-math test. 2022-11-21 09:53:49 -05:00
Daniel Lemire
003a983188 Simplifying the justification. 2022-11-18 15:38:21 -05:00
Daniel Lemire
8b7a55a03c Minor optimization. 2022-11-18 15:33:44 -05:00
Daniel Lemire
3d0e448940 Added a remark. 2022-11-18 12:27:38 -05:00
Daniel Lemire
39ea41b84a Adopting proposal. 2022-11-18 11:28:34 -05:00
Daniel Lemire
bfc0478feb More tweaks. 2022-11-16 16:45:01 -05:00
Daniel Lemire
29b1a03d5b Make sure that macros have actual values when defined (makes debugging easier) 2022-11-16 15:49:09 -05:00
Daniel Lemire
8f27b7e921 More tuning. 2022-11-16 15:42:56 -05:00
Daniel Lemire
fd9d9effda More tweaking around clangcl 2022-11-16 15:25:03 -05:00
Daniel Lemire
559b89d34d 32-bit clangcl appears to be ridiculous. 2022-11-16 14:59:03 -05:00
Daniel Lemire
d225059873 Fix for Win32+ClangCL 2022-11-16 14:35:31 -05:00