0.9.9.6 Beta Release

This commit is contained in:
mfeemster
2016-05-05 17:46:27 -07:00
parent b5341c7d79
commit 42de2d107a
11 changed files with 122 additions and 21 deletions

View File

@ -40,7 +40,7 @@ static void sincos(float x, float* s, float* c)
namespace EmberNs
{
#define EMBER_VERSION "0.9.9.5"
#define EMBER_VERSION "0.9.9.6"
#define EPS6 T(1e-6)
#define EPS std::numeric_limits<T>::epsilon()//Apoplugin.h uses -20, but it's more mathematically correct to do it this way.
#define ISAAC_SIZE 4