mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 07:59:01 +00:00
Synchronise with Khronos-private Gitlab branch
The maintenance of the conformance tests is moving to Github. This commit contains all the changes that have been done in Gitlab since the first public release of the conformance tests. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -567,7 +567,7 @@ int TestFunc_Double_ULong(const Func *f, MTdata d)
|
||||
{
|
||||
double test = ((double*) q)[j];
|
||||
long double correct = f->dfunc.f_u( s[j] );
|
||||
float err = Ulp_Error_Double(test, correct);
|
||||
float err = Bruteforce_Ulp_Error_Double(test, correct);
|
||||
int fail = ! (fabsf(err) <= f->double_ulps);
|
||||
|
||||
// half_sin/cos/tan are only valid between +-2**16, Inf, NaN
|
||||
|
||||
Reference in New Issue
Block a user