Merge branch 'master' into noreturn
Conflicts: SetFlags.cmake
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
|
||||
#if SELF_TEST
|
||||
#ifdef SELF_TEST
|
||||
|
||||
/** A simple self-test that is executed on program start, used to verify bbox functionality */
|
||||
static class SelfTest_BoundingBox
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
|
||||
#if SELF_TEST
|
||||
#ifdef SELF_TEST
|
||||
|
||||
/** A simple self-test that verifies that the composite chat parser is working properly. */
|
||||
class SelfTest_CompositeChat
|
||||
|
||||
@@ -3,14 +3,6 @@
|
||||
|
||||
#include "Noise.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#if NOISE_USE_SSE
|
||||
#include <smmintrin.h> //_mm_mul_epi32
|
||||
#endif
|
||||
|
||||
#define FAST_FLOOR(x) (((x) < 0) ? (((int)x) - 1) : ((int)x))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user