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