Cycles: another build fix.

This commit is contained in:
Brecht Van Lommel
2011-04-27 17:23:37 +00:00
parent 7b2a13aced
commit 1484169c2f

View File

@@ -62,7 +62,7 @@ __device_inline float fminf(float a, float b)
#endif
#ifndef __KERNEL_OPENCL__
#ifndef __KERNEL_GPU__
__device_inline int max(int a, int b)
{