]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/multiprecision/performance/performance_test_files/test32.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / multiprecision / performance / performance_test_files / test32.cpp
CommitLineData
f67539c2
TL
1///////////////////////////////////////////////////////////////
2// Copyright 2019 John Maddock. Distributed under the Boost
3// Software License, Version 1.0. (See accompanying file
4// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
5
6#include "../performance_test.hpp"
7#if defined(TEST_CPP_BIN_FLOAT)
8#include <boost/multiprecision/cpp_bin_float.hpp>
9#endif
10
11void test32()
12{
13#ifdef TEST_CPP_BIN_FLOAT
14 test<boost::multiprecision::cpp_bin_float_50>("cpp_bin_float", 50);
15#endif
16}