diff options
Diffstat (limited to 'Alc/cpu_caps.h')
-rw-r--r-- | Alc/cpu_caps.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Alc/cpu_caps.h b/Alc/cpu_caps.h deleted file mode 100644 index 64a4ee45..00000000 --- a/Alc/cpu_caps.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef CPU_CAPS_H -#define CPU_CAPS_H - - -extern int CPUCapFlags; -enum { - CPU_CAP_SSE = 1<<0, - CPU_CAP_SSE2 = 1<<1, - CPU_CAP_SSE3 = 1<<2, - CPU_CAP_SSE4_1 = 1<<3, - CPU_CAP_NEON = 1<<4, -}; - -void FillCPUCaps(int capfilter); - -#endif /* CPU_CAPS_H */ |