1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00
Files
hl2sdk/public/tier1/processor_detect.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
387 B
C
Raw Permalink Normal View History

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: functions to expose CPU capabilities
//
// $NoKeywords: $
//=============================================================================//
bool CheckMMXTechnology(void);
bool CheckSSETechnology(void);
bool CheckSSE2Technology(void);
bool Check3DNowTechnology(void);