Fixed #ifdefs

This commit is contained in:
oparviai 2011-07-16 12:27:51 +00:00
parent 6a297adf2e
commit 6b2befd571

View File

@ -68,7 +68,7 @@ void disableExtensions(uint dwDisableMask)
/// Checks which instruction set extensions are supported by the CPU. /// Checks which instruction set extensions are supported by the CPU.
uint detectCPUextensions(void) uint detectCPUextensions(void)
{ {
#if (!(ALLOW_X86_OPTIMIZATIONS) || !(__GNUC__)) #if (!(SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS) || !(__GNUC__))
return 0; // always disable extensions on non-x86 platforms. return 0; // always disable extensions on non-x86 platforms.