Commit 3741a74b authored by Eric Petit's avatar Eric Petit

misc/cpu.c: another BeOS compile fix

parent 7b8c82f7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* cpu.c: CPU detection code * cpu.c: CPU detection code
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2004 VideoLAN * Copyright (C) 1998-2004 VideoLAN
* $Id: cpu.c,v 1.14 2004/02/01 23:02:02 sigmunau Exp $ * $Id$
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -187,7 +187,7 @@ uint32_t CPUCapabilities( void ) ...@@ -187,7 +187,7 @@ uint32_t CPUCapabilities( void )
} }
if( i_edx & 0x04000000 ) if( i_edx & 0x04000000 )
{ {
# ifdef CAN_COMPILE_SSE # if defined(CAN_COMPILE_SSE) && !defined(SYS_BEOS)
/* We test if OS supports the SSE instructions */ /* We test if OS supports the SSE instructions */
psz_capability = "SSE2"; psz_capability = "SSE2";
i_illegal = 0; i_illegal = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment