Browse Source

Enable static keyword in OpenCL 1.1

opencl1.1
Luke Childs 8 years ago
parent
commit
42b8921df4
  1. 2
      libethash-cl/ethash_cl_miner_kernel.cl

2
libethash-cl/ethash_cl_miner_kernel.cl

@ -1,3 +1,5 @@
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
#define OPENCL_PLATFORM_UNKNOWN 0
#define OPENCL_PLATFORM_NVIDIA 1
#define OPENCL_PLATFORM_AMD 2

Loading…
Cancel
Save