2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00

17 Commits

Author SHA1 Message Date
Matt Borland
d59c734c5e Remove boost.assert 2021-03-14 12:22:26 +03:00
jzmaddock
08ce839e82 Update performance results on Win64. 2020-04-03 13:37:39 +01:00
Brian Wignall
56740d2257 Fix more typos, after another typochecker bug fix 2019-12-26 09:33:10 -05:00
jzmaddock
1783c3a74c Math: Fix inspection report errors. 2017-11-09 19:39:32 +00:00
jzmaddock
e731cc8c3d Update performance test code to work with latest gcd. 2017-04-10 12:28:57 +01:00
jzmaddock
c6e705b2a7 Fix linux gcd test errors and run performance tests 2016-04-07 19:36:32 +01:00
jzmaddock
9988e737a2 Fix gcc build failures. 2016-04-07 18:54:10 +01:00
jzmaddock
9f3e3852df Update gcd performance results. 2016-04-07 18:24:03 +01:00
jzmaddock
9f5d39c5e1 Merge branch 'gcd_revamp' of https://github.com/jeremy-murphy/math into gcd
# Fixed Conflicts:
#	reporting/performance/test_gcd.cpp
#	test/test_gcd.cpp
2016-04-06 18:09:45 +01:00
jzmaddock
6c2a370fe2 Improve gcd performance testing (first draft). 2016-04-06 18:03:20 +01:00
Jeremy W. Murphy
11e502b4ac New gcd implementation. 2016-04-04 18:36:53 +10:00
jzmaddock
01c2c0158f Regenerate docs with new performance results. 2016-03-29 08:02:27 +01:00
jzmaddock
de2a22af4e Update gcd performance test code. 2016-03-28 19:35:07 +01:00
Jeremy W. Murphy
8855ec5338 More meaningful values for the 3rd and 4th arguments of report_execution. 2016-03-09 12:59:03 +11:00
Jeremy W. Murphy
fc8127fda5 Typedef the int type. 2016-02-10 21:43:31 +11:00
Jeremy W. Murphy
38a87b423b Use larger input size.
Print the result out of paranoia.
2016-02-10 14:04:25 +11:00
Jeremy W. Murphy
de83ad54f7 Basic performance test of gcd on unsigned data. 2016-02-09 21:38:57 +11:00