aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/tier1/processor_detect.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/public/tier1/processor_detect.h')
-rw-r--r--mp/src/public/tier1/processor_detect.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/mp/src/public/tier1/processor_detect.h b/mp/src/public/tier1/processor_detect.h
new file mode 100644
index 00000000..cd0239bb
--- /dev/null
+++ b/mp/src/public/tier1/processor_detect.h
@@ -0,0 +1,12 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose: functions to expose CPU capabilities
+//
+// $NoKeywords: $
+//=============================================================================//
+
+bool CheckMMXTechnology(void);
+bool CheckSSETechnology(void);
+bool CheckSSE2Technology(void);
+bool Check3DNowTechnology(void);
+