17 Commits

Author SHA1 Message Date
ckormanyos
748b7511ae Handle recent review comments 2025-06-19 13:28:31 +02:00
ckormanyos
bd0cc13c0d Add but not use in CI perf test double-float 2025-01-09 21:24:00 +01:00
Christopher Kormanyos
35df8d575b Manually synchronize with Multiprecision PR 515 2023-01-08 21:59:47 +01:00
Christopher Kormanyos
5331c2a602 Use float128_type instead of num-wrapped float128 2023-01-05 14:27:22 +01:00
Christopher Kormanyos
b921bb8a6e Replace float128 detection macro 2023-01-03 22:03:49 +01:00
Christopher Kormanyos
ec51ea55be Make special double-float perf and update develop 2023-01-03 13:05:04 +01:00
Christopher Kormanyos
cd0b3ed0a7 Comments and sync with parent repo 2023-01-03 10:07:47 +01:00
Christopher Kormanyos
ab5bbd6a6c Simplify double-float backend header filename 2023-01-02 18:02:03 +01:00
Christopher Kormanyos
73ceded482 DF refactor name handle warn and check standalone 2022-12-29 16:18:39 +01:00
Christopher Kormanyos
ccf6734d36 Merge branch 'develop' of https://github.com/boostorg/multiprecision into gsoc2021_double_float_chris
# Conflicts:
#	.github/workflows/multiprecision_quad_double_only.yml
#	.gitignore
#	performance/performance_test.cpp
#	test/test_arithmetic.hpp
2022-12-28 15:16:21 +01:00
jzmaddock
ae9cf23a11 Documentation update for the new rational_adaptor.
Includes updating all the performance results.
2021-09-30 19:45:16 +01:00
Christopher Kormanyos
2c9db2be95 Get performance test working 2021-08-16 14:36:21 +02:00
jzmaddock
cb514e9249 Giant C++11 refactor removing:
BOOST_STATIC_ASSERT
BOOST_STATIC_CONST
boost::enable_if/disable_if
Changed many traits class usages from boost:: to std::.
2021-01-13 14:33:48 +00:00
jzmaddock
43ab37af22 Update performance test. 2019-12-23 18:56:48 +00:00
jzmaddock
4e46a7a010 Improved Karatsuba using aliasing. 2019-12-23 18:40:16 +00:00
jzmaddock
89bc8417f3 performance: Add voronoi_performance to Jamfile, add some higher precision tests to performance_test. 2019-12-11 19:29:55 +00:00
jzmaddock
eadcbd4d4d performance: continue improving the tests and splitting up into smaller chunks.
[CI SKIP]
2019-12-09 19:25:38 +00:00