mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Bruteforce tests - make compatibility to cl20_trunk branch (#320)
This commit is contained in:
committed by
Kévin Petit
parent
6d2528f398
commit
6c4bd13baa
File diff suppressed because it is too large
Load Diff
@@ -19,9 +19,7 @@
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <float.h>
|
||||
#include "FunctionList.h"
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include <float.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "FunctionList.h"
|
||||
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <float.h>
|
||||
#include <string.h>
|
||||
#include "FunctionList.h"
|
||||
|
||||
|
||||
@@ -17,9 +17,8 @@
|
||||
#if ! defined( _WIN32)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <float.h>
|
||||
#include "FunctionList.h"
|
||||
|
||||
int TestFunc_Float_UInt(const Func *f, MTdata);
|
||||
|
||||
Reference in New Issue
Block a user