Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / performance / sf_performance_bessel1.cpp
index 0cae226..476d8f3 100644 (file)
@@ -8,7 +8,7 @@
 void bessel_tests_1()
 {
 #ifdef TEST_MPFR
-#if MPFR_VERSION<MPFR_VERSION_NUM(3,0,0)
+#if MPFR_VERSION < MPFR_VERSION_NUM(3, 0, 0)
    time_proc("mpfr_float_50", test_bessel<boost::multiprecision::mpfr_float_50>, 1);
    time_proc("mpfr_float_50 (no expression templates)", test_bessel<number<mpfr_float_backend<50>, et_off> >, 1);
    time_proc("static_mpfr_float_50", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_on> >, 1);