[Sumover-dev] [svn commit] r4440 - vic/branches/mpeg4/cpu

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri May 8 18:47:10 BST 2009


Author: piers
Date: Fri May  8 18:47:10 2009
New Revision: 4440

Modified:
   vic/branches/mpeg4/cpu/cpudetect.c

Log:
Commented out unused and invalid detection code. This was picked up when attempting to compile with latest mingw.

Modified: vic/branches/mpeg4/cpu/cpudetect.c
==============================================================================
--- vic/branches/mpeg4/cpu/cpudetect.c	(original)
+++ vic/branches/mpeg4/cpu/cpudetect.c	Fri May  8 18:47:10 2009
@@ -406,8 +406,8 @@
       exc_fil = SetUnhandledExceptionFilter(win32_sig_handler_sse);
       __asm __volatile ("xorps %xmm0, %xmm0");
       SetUnhandledExceptionFilter(exc_fil);
-      if ( gCpuCaps.hasSSE ) // mp_msg(MSGT_CPUDETECT,MSGL_V, "yes.\n" );
-      else // mp_msg(MSGT_CPUDETECT,MSGL_V, "no!\n" );
+      /*if ( gCpuCaps.hasSSE ) // mp_msg(MSGT_CPUDETECT,MSGL_V, "yes.\n" );
+      //else mp_msg(MSGT_CPUDETECT,MSGL_V, "no!\n" );*/
    }
 #elif defined(__linux__)
 #if defined(_POSIX_SOURCE) && defined(X86_FXSR_MAGIC)



More information about the Sumover-dev mailing list