mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
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:
committed by
GitHub
parent
7e859cc296
commit
97cf4c7e25
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user