Commit Graph

26 Commits

Author SHA1 Message Date
John Maddock
7a9d5f2491 Update performance result logs 2021-09-30 15:55:20 +01:00
jzmaddock
0af5d543b4 Don't make everything <link>static in performance/Jamfile.v2. 2020-03-02 14:58:11 +00:00
jzmaddock
fb6400c326 Fix one gcc warning, correct Jamfile. 2020-01-05 13:12:38 +00:00
jzmaddock
9162a99672 Fix fixed precision buffer overrun, restrict tests to multiply only for now. 2019-12-24 08:51:36 +00:00
jzmaddock
4e46a7a010 Improved Karatsuba using aliasing. 2019-12-23 18:40:16 +00:00
jzmaddock
9705b24bee performance: Jamfile still isn't quite right, try again. 2019-12-17 12:40:27 +00:00
jzmaddock
bdee9ae225 performance: fix Jamfile and CI script issues. 2019-12-15 17:02:55 +00:00
jzmaddock
c35074829c performance: update tests and CI scripts. 2019-12-14 18:02:14 +00:00
jzmaddock
e376b0eebe performance: add more linux results. 2019-12-12 16:55:07 +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
6d6f776b86 performance: Fix GCC compiles [CI SKIP] 2019-12-10 18:46:11 +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
jzmaddock
ee02c4ef86 performance: split up miller_rabin_performance, move some files around.
[CI SKIP]
2019-12-09 12:03:47 +00:00
jzmaddock
833d5c1401 Update performance_test program for easier compile.
[CI SKIP]
2019-12-08 16:21:04 +00:00
E Kawashima
66d1f953dd Implement cpp_bin_float_oct and cpp_complex_oct 2018-07-30 18:05:43 +09:00
jzmaddock
6f963e2f47 Add more build options 2015-11-24 19:11:00 +00:00
John Maddock
f1830235bb Fix inspection report issues.
Regenerate docs.
Fix performance test Jamfile.

[SVN r81740]
2012-12-06 13:37:51 +00:00
John Maddock
4071dd8d59 Fix missing number constructor.
Fix is_explicitly_convertible to take account of the generic conversions.
Change sf_performance to use multiple files so we can actually compile the thing!
Minor doc updates.
Suppress some more warnings.

[SVN r81324]
2012-11-13 17:12:19 +00:00
John Maddock
c79fb41526 Rework comparison operators - note that existing backends are made less efficient by this at present.
[SVN r79823]
2012-07-31 18:14:14 +00:00
John Maddock
ccf276db86 Add tentative noexcept support.
[SVN r79243]
2012-07-03 12:32:17 +00:00
John Maddock
4a15673dd4 Update Jamfile to match new sf_performance.cpp code.
[SVN r77742]
2012-04-03 16:21:08 +00:00
John Maddock
d82fa61c81 Mostly remove references to fixed_int.
Update docs.

[SVN r77335]
2012-03-14 18:23:44 +00:00
John Maddock
380d627359 Big search and replace: change cpp_float to cpp_dec_float.
Also fix up some numeric_limits test failures.

[SVN r77032]
2012-02-15 13:09:45 +00:00
John Maddock
fc280b359e Linux performance results and fixes.
[SVN r76652]
2012-01-23 17:07:35 +00:00
John Maddock
57612b4703 Fix performance Jamfile.
[SVN r76649]
2012-01-23 11:23:54 +00:00
John Maddock
4b844fc60c Improve performance of fixed_int divide and string conversion.
Add mixed integer ops to fixed_int.
Improve fixed_int test cases.
Add improved default forwarding functions that preserve arithmetic type arguments.
Fix some operator overloads.
Update performance tests.

[SVN r76639]
2012-01-22 19:12:37 +00:00