From 795909c39e68ef9554e90602e5b4a48bc43f4d93 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 29 Aug 2012 02:43:19 -0700 Subject: Minor cleanups for mixer_inc --- Alc/mixer_sse.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Alc/mixer_sse.c') diff --git a/Alc/mixer_sse.c b/Alc/mixer_sse.c index 270817fb..0f80b095 100644 --- a/Alc/mixer_sse.c +++ b/Alc/mixer_sse.c @@ -77,13 +77,13 @@ static __inline void ApplyValue(ALfloat *RESTRICT Output, ALfloat value, const A #define SUFFIX SSE -#define SAMPLER point32 +#define Sampler point32 #include "mixer_inc.c" -#undef SAMPLER -#define SAMPLER lerp32 +#undef Sampler +#define Sampler lerp32 #include "mixer_inc.c" -#undef SAMPLER -#define SAMPLER cubic32 +#undef Sampler +#define Sampler cubic32 #include "mixer_inc.c" -#undef SAMPLER +#undef Sampler #undef SUFFIX -- cgit v1.2.3