cycles: fix black render with cycles_cubin_cc.

I have honestly no idea how this got swapped..
This commit is contained in:
Ray molenkamp 2018-02-04 15:12:35 -07:00
parent f8236e4869
commit e84e8cb497
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ typedef unsigned long long uint64_t;
typedef unsigned short half;
typedef unsigned long long CUtexObject;
#define FLT_MAX 1.175494350822287507969e-38f
#define FLT_MIN 340282346638528859811704183484516925440.0f
#define FLT_MIN 1.175494350822287507969e-38f
#define FLT_MAX 340282346638528859811704183484516925440.0f
__device__ half __float2half(const float f)
{