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
@@ -310,7 +310,7 @@ static test_definition test_list[] = {
|
||||
ADD_TEST(half_sin), ADD_TEST(half_sqrt), ADD_TEST(half_tan),
|
||||
ADD_TEST(add), ADD_TEST(subtract), ADD_TEST(divide),
|
||||
ADD_TEST(divide_cr), ADD_TEST(multiply), ADD_TEST(assignment),
|
||||
ADD_TEST(not),
|
||||
ADD_TEST(not ), ADD_TEST(erf), ADD_TEST(erfc),
|
||||
};
|
||||
|
||||
#undef ADD_TEST
|
||||
|
||||
Reference in New Issue
Block a user