aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index f05d7316..5665a458 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -765,11 +765,8 @@ extern ALint RTPrioLevel;
extern ALuint CPUCapFlags;
enum {
- CPU_CAP_MMX = 1<<0,
- CPU_CAP_SSE = 1<<1,
- CPU_CAP_NEON = 1<<3,
-
- CPU_CAP_ALL = CPU_CAP_MMX|CPU_CAP_SSE|CPU_CAP_NEON
+ CPU_CAP_SSE = 1<<0,
+ CPU_CAP_NEON = 1<<1,
};
void FillCPUCaps(ALuint capfilter);