Cycles: Cleanup: Remove duplicated atan2f definition for OpenCL
Turns out that atan2f was already defined for OpenCL.
This commit is contained in:
@@ -116,7 +116,6 @@
|
||||
#define asinf(x) asin(((float)(x)))
|
||||
#define acosf(x) acos(((float)(x)))
|
||||
#define atanf(x) atan(((float)(x)))
|
||||
#define atan2f(x, y) atan2(((float)(x)), ((float)(y)))
|
||||
#define floorf(x) floor(((float)(x)))
|
||||
#define ceilf(x) ceil(((float)(x)))
|
||||
#define hypotf(x, y) hypot(((float)(x)), ((float)(y)))
|
||||
|
Reference in New Issue
Block a user