Cycles: Fix typo in comment

This commit is contained in:
Sergey Sharybin 2017-06-14 09:54:07 +02:00
parent 2462320210
commit 64aa0cff89

@ -135,7 +135,7 @@ CCL_NAMESPACE_BEGIN
* this is because megakernel in device_opencl does not support * this is because megakernel in device_opencl does not support
* custom cflags depending on the scene features. * custom cflags depending on the scene features.
*/ */
# endif /* __KERNEL_OPENCL_NVIDIA__ */ # endif /* __KERNEL_OPENCL_APPLE__ */
# ifdef __KERNEL_OPENCL_AMD__ # ifdef __KERNEL_OPENCL_AMD__
# define __CL_USE_NATIVE__ # define __CL_USE_NATIVE__