summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/multiprecision/performance/sf_performance_files/sf_performance_basic_5.cpp
blob: 46aebdfd3067426f7ec1c62990eca7c6c3eb49e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
///////////////////////////////////////////////////////////////
//  Copyright 2011 John Maddock. Distributed under the Boost
//  Software License, Version 1.0. (See accompanying file
//  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt

#include "../sf_performance.hpp"

void basic_tests_5()
{
   std::cout << "Allocation Counts for boost::math::tools::evaluate_polynomial:\n";
#ifdef TEST_MPFR
   poly_allocation_test("mpfr_float_50", mpfr_float_50(2));
#endif
}