xcode - Error: identifier "MAXFLOAT" is undefined -
i trying convert xcode project (link) vs2008 solution.
in cuda filetype .cu
, term maxfloat
used. adding following headers error not resolved.
#include <stdio.h> #include <math.h>
in xcode project, tried locate definition there none. term used in file. specific xcode?
maxfloat
non-standard parameter. use 1 of following, portable alternatives:
Comments
Post a Comment