mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Add erf ulp plots to Jamfile.v2
[CI SKIP]
This commit is contained in:
@@ -159,3 +159,25 @@ boostbook standalone
|
||||
<xsl:param>generate.section.toc.level=10
|
||||
;
|
||||
|
||||
lib gmp ;
|
||||
lib mpfr ;
|
||||
lib quadmath ;
|
||||
#
|
||||
# Some manual tests that are expensive to run:
|
||||
#
|
||||
run erf_error_plot.cpp mpfr gmp : : : release <cxxstd>17 [ check-target-builds ../../config//has_mpfr : : <build>no ] : erf_error_plot_double ;
|
||||
explicit erf_error_plot_double ;
|
||||
run erf_error_plot.cpp mpfr gmp : : : release <cxxstd>17 <define>TEST_TYPE="\"long double\"" [ check-target-builds ../../config//has_mpfr : : <build>no ] : erf_error_plot_long_double ;
|
||||
explicit erf_error_plot_long_double ;
|
||||
run erf_error_plot.cpp mpfr gmp : : : release <cxxstd>17 <define>TEST_TYPE=cpp_bin_float_50 [ check-target-builds ../../config//has_mpfr : : <build>no ] : erf_error_plot_cpp_bin_float_50 ;
|
||||
explicit erf_error_plot_cpp_bin_float_50 ;
|
||||
run erf_error_plot.cpp mpfr gmp quadmath : : : release <cxxstd>17 <cxxstd-dialect>gnu <define>TEST_TYPE=float128 [ check-target-builds ../../config//has_mpfr : : <build>no ] : erf_error_plot_float128 ;
|
||||
explicit erf_error_plot_cpp_bin_float_50 ;
|
||||
run erfc_error_plot.cpp mpfr gmp : : : release <cxxstd>17 [ check-target-builds ../../config//has_mpfr : : <build>no ] : erfc_error_plot_double ;
|
||||
explicit erfc_error_plot_double ;
|
||||
run erfc_error_plot.cpp mpfr gmp : : : release <cxxstd>17 <define>TEST_TYPE="\"long double\"" [ check-target-builds ../../config//has_mpfr : : <build>no ] : erfc_error_plot_long_double ;
|
||||
explicit erfc_error_plot_long_double ;
|
||||
run erfc_error_plot.cpp mpfr gmp : : : release <cxxstd>17 <define>TEST_TYPE=cpp_bin_float_50 [ check-target-builds ../../config//has_mpfr : : <build>no ] : erfc_error_plot_cpp_bin_float_50 ;
|
||||
explicit erfc_error_plot_cpp_bin_float_50 ;
|
||||
run erfc_error_plot.cpp mpfr gmp quadmath : : : release <cxxstd>17 <cxxstd-dialect>gnu <define>TEST_TYPE=float128 [ check-target-builds ../../config//has_mpfr : : <build>no ] : erfc_error_plot_float128 ;
|
||||
explicit erfc_error_plot_cpp_bin_float_50 ;
|
||||
|
||||
Reference in New Issue
Block a user