Math bruteforce test - enable erf/erfc functions (#1289)

It was disabled because lack of reference implementation. However the
reference implementation exists. Then no reason to start testing these
functions.
This commit is contained in:
Grzegorz Wawiorko
2024-10-01 18:25:45 +02:00
committed by GitHub
parent 7e859cc296
commit 97cf4c7e25
4 changed files with 13 additions and 3 deletions

View File

@@ -236,4 +236,8 @@ long double reference_ldexpl(long double x, int n);
long double reference_assignmentl(long double x);
int reference_notl(long double x);
long double reference_erfcl(long double x);
long double reference_erfl(long double x);
double reference_erfc(double x);
double reference_erf(double x);
#endif