Make CpuCapabilities.h self-contained and thereby fix the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,10 +3,13 @@
|
|||||||
*
|
*
|
||||||
* All rights reserved. Distributed under the terms of the MIT License.
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPU_CAPABILITIES__
|
#ifndef __CPU_CAPABILITIES__
|
||||||
#define __CPU_CAPABILITIES__
|
#define __CPU_CAPABILITIES__
|
||||||
|
|
||||||
|
|
||||||
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
|
||||||
#define CAPABILITY_MMX 1
|
#define CAPABILITY_MMX 1
|
||||||
#define CAPABILITY_SSE1 2
|
#define CAPABILITY_SSE1 2
|
||||||
#define CAPABILITY_SSE2 3
|
#define CAPABILITY_SSE2 3
|
||||||
|
|||||||
Reference in New Issue
Block a user