mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135942 - Enable MMX/SSE code unconditionally in libsoundtouch, it does runtime detection anyways. r=padenot
This commit is contained in:
parent
afd2bc83d0
commit
95caa5f259
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user