mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
disable buggy sse on mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
89f39f93e4
commit
d16ace11a2
@ -170,7 +170,7 @@ void GetCpuCaps( CpuCaps *caps)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* FIXME: Does SSE2 need more OS support, too? */
|
/* FIXME: Does SSE2 need more OS support, too? */
|
||||||
#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__OpenBSD__)
|
#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__) || defined(__OpenBSD__)
|
||||||
if (caps->hasSSE)
|
if (caps->hasSSE)
|
||||||
check_os_katmai_support();
|
check_os_katmai_support();
|
||||||
if (!caps->hasSSE)
|
if (!caps->hasSSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user