mozilla-sle11.patch
changeset 382 67f876aafae8
parent 294 5330447b83a3
child 568 2c74c5927ea2
equal deleted inserted replaced
380:0887a88b1e85 382:67f876aafae8
     9  // SSE.h has parallel #ifs which declare MOZILLA_SSE_HAVE_CPUID_DETECTION.
     9  // SSE.h has parallel #ifs which declare MOZILLA_SSE_HAVE_CPUID_DETECTION.
    10  // We can't declare these functions in the header file, however, because
    10  // We can't declare these functions in the header file, however, because
    11  // <intrin.h> conflicts with <windows.h> on MSVC 2005, and some files want to
    11  // <intrin.h> conflicts with <windows.h> on MSVC 2005, and some files want to
    12  // include both SSE.h and <windows.h>.
    12  // include both SSE.h and <windows.h>.
    13  
    13  
    14  #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)) && (defined(__i386__) || defined(__x86_64__))
    14  #ifdef HAVE_CPUID_H
    15  
    15  
    16  // cpuid.h is available on gcc 4.3 and higher on i386 and x86_64
    16  // cpuid.h is available on gcc 4.3 and higher on i386 and x86_64
    17 -#include <cpuid.h>
    17 -#include <cpuid.h>
    18 +//#include <cpuid.h>
    18 +//#include <cpuid.h>
    19  
    19