diff options
Diffstat (limited to 'Alc/mixer_neon.c')
-rw-r--r-- | Alc/mixer_neon.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c index 246b4308..4824c597 100644 --- a/Alc/mixer_neon.c +++ b/Alc/mixer_neon.c @@ -63,13 +63,5 @@ static __inline void ApplyValue(ALfloat *RESTRICT Output, ALfloat value, const A #define SUFFIX Neon -#define Sampler point32 #include "mixer_inc.c" -#undef Sampler -#define Sampler lerp32 -#include "mixer_inc.c" -#undef Sampler -#define Sampler cubic32 -#include "mixer_inc.c" -#undef Sampler #undef SUFFIX |