]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/performance/performance_test_files/test30.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / multiprecision / performance / performance_test_files / test30.cpp
diff --git a/ceph/src/boost/libs/multiprecision/performance/performance_test_files/test30.cpp b/ceph/src/boost/libs/multiprecision/performance/performance_test_files/test30.cpp
new file mode 100644 (file)
index 0000000..eacf963
--- /dev/null
@@ -0,0 +1,16 @@
+///////////////////////////////////////////////////////////////
+//  Copyright 2019 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 "../performance_test.hpp"
+#if defined(TEST_CPP_DEC_FLOAT)
+#include <boost/multiprecision/cpp_dec_float.hpp>
+#endif
+
+void test30()
+{
+#ifdef TEST_CPP_DEC_FLOAT
+   test<boost::multiprecision::cpp_dec_float_100>("cpp_dec_float", 100);
+#endif
+}