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.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mp3lib/d_cpu.h b/mp3lib/d_cpu.h
new file mode 100644
index 0000000000..d215c4d42a
--- /dev/null
+++ b/mp3lib/d_cpu.h
@@ -0,0 +1,17 @@
+
+// --------------------------------------------------------------------------
+// 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 \ No newline at end of file