mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Reformat all the things. Have fun with merge conflicts.
This commit is contained in:
parent
2115e8a4a6
commit
3570c7f03a
1116 changed files with 187405 additions and 180344 deletions
|
@ -13,19 +13,19 @@
|
|||
#endif
|
||||
|
||||
#if defined _M_GENERIC
|
||||
# define _M_SSE 0
|
||||
#define _M_SSE 0
|
||||
#elif _MSC_VER || __INTEL_COMPILER
|
||||
# define _M_SSE 0x402
|
||||
#define _M_SSE 0x402
|
||||
#elif defined __GNUC__
|
||||
# if defined __SSE4_2__
|
||||
# define _M_SSE 0x402
|
||||
# elif defined __SSE4_1__
|
||||
# define _M_SSE 0x401
|
||||
# elif defined __SSSE3__
|
||||
# define _M_SSE 0x301
|
||||
# elif defined __SSE3__
|
||||
# define _M_SSE 0x300
|
||||
# endif
|
||||
#if defined __SSE4_2__
|
||||
#define _M_SSE 0x402
|
||||
#elif defined __SSE4_1__
|
||||
#define _M_SSE 0x401
|
||||
#elif defined __SSSE3__
|
||||
#define _M_SSE 0x301
|
||||
#elif defined __SSE3__
|
||||
#define _M_SSE 0x300
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // _M_X86
|
||||
#endif // _M_X86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue