mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove "C" linkages (#781)
* Remove extern C linkages * Update crc32 to cpp and remove extern C linkage
This commit is contained in:
@@ -66,8 +66,6 @@ extern bool gDebug; // print OpenCL kernel code
|
||||
extern int gInternalIterations; // internal test iterations for atomic operation, sufficient to verify atomicity
|
||||
extern int gMaxDeviceThreads; // maximum number of threads executed on OCL device
|
||||
|
||||
extern cl_uint gRandomSeed;
|
||||
|
||||
extern const char *get_memory_order_type_name(TExplicitMemoryOrderType orderType);
|
||||
extern const char *get_memory_scope_type_name(TExplicitMemoryScopeType scopeType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user