mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 15:40:04 +01:00
Fixed #ifdefs
This commit is contained in:
parent
6a297adf2e
commit
6b2befd571
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user