1
0

Making float the default datatype for noise calculation (it's faster on ARM and same-speed on x86)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1390 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-04-17 12:47:11 +00:00
parent af7f8658e6
commit 0d0df94eb8

View File

@ -4,7 +4,7 @@
#define NOISE_USE_INLINE 1
#define NOISE_USE_SSE 0
#define NOISE_DATATYPE double
#define NOISE_DATATYPE float