view mp3lib/d_cpu.h @ 2743:1438574ccdc3

dvb test, /dev/ost/video: Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh.
author jkeil
date Tue, 06 Nov 2001 16:56:27 +0000
parents 03b7e2955a20
children
line wrap: on
line source


// --------------------------------------------------------------------------
//  Cpu function detect by Pontscho/fresh!mindworkz
// --------------------------------------------------------------------------

#ifndef __MY_CPUIDENT
#define __MY_CPUIDENT

unsigned int _CpuID;
unsigned int _i586;
unsigned int _3dnow;
unsigned int _isse;
unsigned int _has_mmx;

extern unsigned long CpuDetect( void );
extern unsigned long ipentium( void );
extern unsigned long isse( void );
extern unsigned long a3dnow( void );

#endif