1 #ifndef MPLAYER_CPUDETECT_H
2 #define MPLAYER_CPUDETECT_H
39 typedef struct cpucaps_s
{
53 unsigned cl_size
; /* size of cache line */
58 extern CpuCaps gCpuCaps
;
60 void GetCpuCaps(CpuCaps
*caps
);
62 /* returned value is malloc()'ed so free() it after use */
63 char *GetCpuFriendlyName(unsigned int regs
[], unsigned int regs2
[]);
65 #endif /* MPLAYER_CPUDETECT_H */