Bug 1135942 - Enable MMX/SSE code unconditionally in libsoundtouch, it does runtime detection anyways. r=padenot

This commit is contained in:
Mike Hommey 2015-02-24 09:30:07 +09:00
parent afd2bc83d0
commit 95caa5f259

View File

@ -5,15 +5,3 @@
#else
#define SOUNDTOUCH_INTEGER_SAMPLES 1
#endif
#ifndef MOZILLA_PRESUME_SSE
#ifdef MOZ_SAMPLE_TYPE_FLOAT32
#define SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS 1
#endif
#endif
#ifndef MOZILLA_PRESUME_MMX
#ifdef MOZ_SAMPLE_TYPE_S16
#define SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS 1
#endif
#endif