diff options
Diffstat (limited to 'math/gen-auto-libm-tests.c')
| -rw-r--r-- | math/gen-auto-libm-tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gen-auto-libm-tests.c b/math/gen-auto-libm-tests.c index 2559af9eb4..0b1e307fae 100644 --- a/math/gen-auto-libm-tests.c +++ b/math/gen-auto-libm-tests.c @@ -566,7 +566,9 @@ static test_function test_functions[] = FUNC_mpfr_f_f ("erfc", mpfr_erfc, false), FUNC_mpfr_f_f ("exp", mpfr_exp, false), FUNC_mpfr_f_f ("exp10", mpfr_exp10, false), + FUNC_mpfr_f_f ("exp10m1", mpfr_exp10m1, false), FUNC_mpfr_f_f ("exp2", mpfr_exp2, false), + FUNC_mpfr_f_f ("exp2m1", mpfr_exp2m1, false), FUNC_mpfr_f_f ("expm1", mpfr_expm1, false), FUNC ("fma", ARGS3 (type_fp, type_fp, type_fp), RET1 (type_fp), true, false, true, CALC (mpfr_fff_f, mpfr_fma)), |
