1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00
mpv/mp3lib/d_cpu.h
arpi_esp d34041569e Initial revision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-02-24 20:28:24 +00:00

17 lines
441 B
C

// --------------------------------------------------------------------------
// Cpu function detect by Pontscho/fresh!mindworkz
// --------------------------------------------------------------------------
#ifndef __MY_CPUIDENT
#define __MY_CPUIDENT
unsigned int _CpuID;
unsigned int _i586;
unsigned int _3dnow;
extern unsigned long CpuDetect( void );
extern unsigned long ipentium( void );
extern unsigned long a3dnow( void );
#endif