Cycles: Another fix for OSX, sm_50 experimental actually also fails to compile

Didn't notice it originally because compilation was threaded.
This commit is contained in:
Sergey Sharybin
2015-06-20 19:40:23 +02:00
parent 5e2835037a
commit a95b0e0e9d

View File

@@ -57,7 +57,7 @@ ccl_device_noinline
ccl_device_inline
# endif /* __CUDA_ARCH__ > 500 */
# else /* (defined(i386) || defined(_M_IX86)) */
# if defined(__KERNEL_EXPERIMENTAL__) && (__CUDA_ARCH__ > 500)
# if defined(__KERNEL_EXPERIMENTAL__) && (__CUDA_ARCH__ >= 500)
ccl_device_noinline
# else
ccl_device_inline