]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_next.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / math / test / test_next.cpp
index b49e6ff90b4dadab76b7ec9af7d2492bddd92f70..adc890e6e983c84b3d54a9daf85d0e4101090592 100644 (file)
@@ -9,7 +9,7 @@
 #include <boost/math/tools/test.hpp>
 #define BOOST_TEST_MAIN
 #include <boost/test/unit_test.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
 #include <boost/math/special_functions/next.hpp>
 #include <boost/math/special_functions/ulp.hpp>
 #include <boost/multiprecision/cpp_bin_float.hpp>
@@ -246,13 +246,6 @@ BOOST_AUTO_TEST_CASE( test_main )
 
 #if defined(TEST_SSE2)
 
-#ifdef _MSC_VER
-#  pragma message("Compiling SSE2 test code")
-#endif
-#ifdef __GNUC__
-#  pragma message "Compiling SSE2 test code"
-#endif
-
    int mmx_flags = _mm_getcsr(); // We'll restore these later.
 
 #ifdef _WIN32