summaryrefslogtreecommitdiffstats
path: root/mp3lib/d_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/d_cpu.h')
-rw-r--r--mp3lib/d_cpu.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/mp3lib/d_cpu.h b/mp3lib/d_cpu.h
deleted file mode 100644
index 3d221f66e4..0000000000
--- a/mp3lib/d_cpu.h
+++ /dev/null
@@ -1,21 +0,0 @@
-
-// --------------------------------------------------------------------------
-// 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
-