comparison cpudetect.c @ 24440:2ce49d0d99a1

sigill_handler_sse is not needed and can not compile on 64 bit systems
author reimar
date Fri, 14 Sep 2007 14:19:22 +0000
parents 680bc9411ecf
children bfcf6b2e62d6
comparison
equal deleted inserted replaced
24439:680bc9411ecf 24440:2ce49d0d99a1
283 #undef CPUID_FAMILY 283 #undef CPUID_FAMILY
284 #undef CPUID_MODEL 284 #undef CPUID_MODEL
285 #undef CPUID_STEPPING 285 #undef CPUID_STEPPING
286 286
287 287
288 #if defined(__linux__) && defined(_POSIX_SOURCE) 288 #if defined(__linux__) && defined(_POSIX_SOURCE) && !defined(ARCH_X86_64)
289 static void sigill_handler_sse( int signal, struct sigcontext sc ) 289 static void sigill_handler_sse( int signal, struct sigcontext sc )
290 { 290 {
291 mp_msg(MSGT_CPUDETECT,MSGL_V, "SIGILL, " ); 291 mp_msg(MSGT_CPUDETECT,MSGL_V, "SIGILL, " );
292 292
293 /* Both the "xorps %%xmm0,%%xmm0" and "divps %xmm0,%%xmm1" 293 /* Both the "xorps %%xmm0,%%xmm0" and "divps %xmm0,%%xmm1"