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:
parent
af7f8658e6
commit
0d0df94eb8
@ -4,7 +4,7 @@
|
|||||||
#define NOISE_USE_INLINE 1
|
#define NOISE_USE_INLINE 1
|
||||||
#define NOISE_USE_SSE 0
|
#define NOISE_USE_SSE 0
|
||||||
|
|
||||||
#define NOISE_DATATYPE double
|
#define NOISE_DATATYPE float
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user