From 1c0302509066d02798a391f8b5f33255846d251e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 8 Sep 2012 21:34:36 -0700 Subject: Separate the resampling and mixing steps --- Alc/mixer_neon.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Alc/mixer_neon.c') 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 -- cgit v1.2.3