mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Fix build issues on OS X i386.
This commit is contained in:
3
Externals/soundtouch/cpu_detect_x86.cpp
vendored
3
Externals/soundtouch/cpu_detect_x86.cpp
vendored
@ -50,6 +50,9 @@
|
||||
#elif defined(_M_IX86)
|
||||
// windows non-gcc
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
#ifndef bit_MMX
|
||||
#define bit_MMX (1 << 23)
|
||||
#define bit_MMX (1 << 23)
|
||||
#define bit_SSE (1 << 25)
|
||||
#define bit_SSE2 (1 << 26)
|
||||
|
Reference in New Issue
Block a user