mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
Linux build.
This commit is contained in:
@ -31,11 +31,11 @@
|
||||
#if defined(__APPLE__) || defined(_MSC_VER)
|
||||
#define sincos(x, s, c) *(s)=std::sin(x); *(c)=std::cos(x);
|
||||
#else
|
||||
/*static void sincos(float x, float* s, float* c)
|
||||
static void sincos(float x, float* s, float* c)
|
||||
{
|
||||
*s = std::sin(x);
|
||||
*c = std::cos(x);
|
||||
}*/
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace EmberNs
|
||||
|
Reference in New Issue
Block a user