# HG changeset patch # User reimar # Date 1189779562 0 # Node ID 2ce49d0d99a147fd02bea6aab5aad071ca6410b9 # Parent 680bc9411ecfcc85e146cbc41910fd85091b4bb0 sigill_handler_sse is not needed and can not compile on 64 bit systems diff -r 680bc9411ecf -r 2ce49d0d99a1 cpudetect.c --- a/cpudetect.c Fri Sep 14 13:49:28 2007 +0000 +++ b/cpudetect.c Fri Sep 14 14:19:22 2007 +0000 @@ -285,7 +285,7 @@ #undef CPUID_STEPPING -#if defined(__linux__) && defined(_POSIX_SOURCE) +#if defined(__linux__) && defined(_POSIX_SOURCE) && !defined(ARCH_X86_64) static void sigill_handler_sse( int signal, struct sigcontext sc ) { mp_msg(MSGT_CPUDETECT,MSGL_V, "SIGILL, " );