#430 closed defect (wontfix)
[PATCH] CPU detection code disables SSE on MinGW platform
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | unimportant | Component: | core |
Version: | HEAD | Severity: | minor |
Keywords: | Cc: | diego@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Added MINGW32 to the list of OS with SSE support.
Index: cpudetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/cpudetect.c,v
retrieving revision 1.42
diff -u -r1.42 cpudetect.c
--- cpudetect.c 7 Nov 2005 16:16:14 -0000 1.42
+++ cpudetect.c 4 Jan 2006 16:17:37 -0000
@@ -172,7 +172,7 @@
#endif
/* FIXME: Does SSE2 need more OS support, too? */
defined(FreeBSD) | defined(NetBSD) |
defined(OpenBSD) | defined(DragonFly) |
defined(FreeBSD) | defined(NetBSD) |
defined(CYGWIN) | defined(OpenBSD) |
defined(DragonFly)
if (caps->hasSSE)
check_os_katmai_support();
if (!caps->hasSSE)
Attachments (1)
Change History (5)
by , 19 years ago
Attachment: | mingw32_cpuid.diff added |
---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Owner: | changed from | to
---|
comment:3 by , 19 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I believe SSE was disabled because of recurring crashes. Sascha, reopen the
patch if I am mistaken.
comment:4 by , 19 years ago
Cc: | added |
---|
Patch