Cycles: Avoid re-definition of math cnstants with MSVC

This commit is contained in:
Sergey Sharybin
2016-02-20 11:37:24 +05:00
parent aff60520bd
commit b30ab24fb8

View File

@@ -24,10 +24,6 @@
#ifndef __KERNEL_OPENCL__ #ifndef __KERNEL_OPENCL__
#ifdef _MSC_VER
# define _USE_MATH_DEFINES
#endif
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>