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
Daniel Lemire
95321767ee
More verbose error report.
2022-11-16 12:29:46 -05:00
Daniel Lemire
2c8e738950
Cleaning.
2022-11-16 12:06:33 -05:00
Daniel Lemire
6ceb29a7e4
We might reenable clinger.
2022-11-16 16:21:34 +00:00
Daniel Lemire
dac641ee13
Preparing release
v3.7.0
2022-11-15 12:07:56 -05:00
Daniel Lemire
eddf6dff43
Merge pull request #152 from fastfloat/dlemire/reducing_eight_digit_optimization
...
Trimming out one eight-digit optimization.
2022-11-15 12:06:40 -05:00
Daniel Lemire
6484c73696
Trimming out one eight-digit optimization.
2022-11-15 11:38:06 -05:00
Daniel Lemire
662497742f
Merge pull request #150 from fastfloat/dlemire/simplified_clinger
...
Simplified Clinger's fast path for increased portability
v3.6.0
2022-11-03 19:52:17 -04:00
Daniel Lemire
a2cf502395
Typo.
2022-11-03 19:41:30 -04:00
Daniel Lemire
3e29bf78c7
Nicer constants.
2022-11-03 19:40:05 -04:00
Daniel Lemire
e958ff4269
Simplified clinger.
2022-11-03 18:51:37 -04:00
Daniel Lemire
c56e595438
Update README.md
2022-11-02 12:40:09 -04:00
Daniel Lemire
c7286b8ad1
Merge pull request #143 from OlivierLDff/floatfloat-install
...
🔨 Introduce FASTFLOAT_INSTALL to make install optional
2022-11-02 10:14:57 -04:00
Daniel Lemire
7396b0f8fa
Merge pull request #144 from OlivierLDff/cxx-standard
...
🔨 Don't write to global CMAKE_CXX_STANDARD
2022-11-02 10:14:25 -04:00
Daniel Lemire
32a659e033
Merge pull request #147 from kou/mingw
...
Don't use __umulh() with MinGW on ARM64
2022-10-28 09:36:15 -04:00
Sutou Kouhei
5a71e5bc40
Don't use __umulh() with MinGW on ARM64
2022-10-28 15:33:37 +09:00
Daniel Lemire
b4d7cceb93
Added a couple of tests.
2022-10-02 11:09:08 -04:00
Daniel Lemire
e71137f71c
Merge pull request #141 from striezel-stash/gh-action-update
...
update actions/checkout in GitHub Actions to v3
2022-09-26 09:55:25 -04:00
Daniel Lemire
f1c69acec4
Merge pull request #145 from OlivierLDff/alias
...
🔨 add library ALIAS FastFloat::fast_float
2022-09-26 09:53:50 -04:00
Olivier Le Doeuff
ab406c7c0b
🔨 add library ALIAS FastFloat::fast_float
...
This give same target name if library is found with find_package, or added via add_subdirectory
2022-09-26 11:56:07 +02:00
Olivier Le Doeuff
696f5299f0
🔨 Don't write to global CMAKE_CXX_STANDARD
...
Instead use modern target_compile_features with cxx_std_11
2022-09-26 11:55:45 +02:00
Olivier Le Doeuff
3c1190cd85
🔨 Introduce FASTFLOAT_INSTALL to make install optional
...
When using fast_float as a PRIVATE dependency, it is not required to install it.
This flag give user using fastfloat with add_subdirectory the opportunity to disable install target
Default behavior is conserved since FASTFLOAT_INSTALL is ON
2022-09-26 11:54:03 +02:00
Daniel Lemire
bc3be12530
Merge pull request #140 from striezel-stash/fix-typos
...
Fix some typos
2022-08-31 10:29:48 -04:00
Dirk Stolle
3aaf22e14d
update actions/checkout in GitHub Actions to v3
2022-08-30 23:03:10 +02:00
Dirk Stolle
3fddb89508
Fix some typos
2022-08-30 22:55:34 +02:00
Daniel Lemire
d4dd12f8cf
Update README.md
2022-08-12 11:36:35 -04:00
Daniel Lemire
6876616f0f
Update float_common.h
v3.5.1
2022-08-04 15:05:22 -04:00
Daniel Lemire
ac81b01696
Added __EMSCRIPTEN__ patch
v3.5.0
2022-08-04 13:58:48 -04:00
Daniel Lemire
a332ec1ca7
Saving.
2022-07-29 11:54:19 -04:00
Daniel Lemire
d7c1dbc889
Merge branch 'main' of github.com:fastfloat/fast_float
2022-07-29 11:42:31 -04:00
Daniel Lemire
d797a3a05d
Adding example.
2022-07-29 11:42:20 -04:00