You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. comment out #define SINGLE_PRECISION
2. compile in Visual Studio 2008
Error: windef.h has the same repeated definition
typedef float FLOAT is defined in windef.h, so
typedef double FLOAT fails to compile
Also,are intrinsic math functions, such as __cosf (), only available in
single-precision?
Original issue reported on code.google.com by mr.william.lo@gmail.com on 6 May 2010 at 6:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mr.william.lo@gmail.com
on 6 May 2010 at 6:34The text was updated successfully, but these errors were encountered: