cycles: fix black render with cycles_cubin_cc.
I have honestly no idea how this got swapped..
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user