Kaydet (Commit) cce9bc23 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin unused macros

Change-Id: I71aa24b21d7f39fd5ae65615a94a70ab3a8ed4e2
üst 726ff5d2
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
#include "clcc/clew.h" #include "clcc/clew.h"
#define MaxTextExtent 4096
//support AMD opencl
#define CL_QUEUE_THREAD_HANDLE_AMD 0x403E
#define CL_MAP_WRITE_INVALIDATE_REGION (1 << 2)
#define CHECK_OPENCL(status,name) \ #define CHECK_OPENCL(status,name) \
if( status != CL_SUCCESS ) \ if( status != CL_SUCCESS ) \
{ \ { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment