--- linuxsampler/trunk/src/common/RTMath.h 2004/12/25 21:58:58 328 +++ linuxsampler/trunk/src/common/RTMath.h 2005/02/09 01:22:18 361 @@ -31,10 +31,8 @@ #define TWELVEHUNDREDTH_ROOT_OF_TWO 1.000577789506555 enum implementation_t { - CPP - #if ARCH_X86 - ,ASM_X86_MMX_SSE - #endif // ARCH_X86 + CPP, + ASM_X86_MMX_SSE }; class RTMathBase {