multiprecision/performance/sf_performance_basic.cpp
2019-12-10 18:46:11 +00:00

20 lines
487 B
C++

///////////////////////////////////////////////////////////////
// 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()
{
basic_tests_1();
basic_tests_2();
basic_tests_3();
basic_tests_4();
basic_tests_5();
basic_tests_6();
basic_tests_7();
basic_tests_8();
basic_tests_9();
}