From 5008024e73e7451c25a4c8729bfb636699615e8e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 16 Aug 2017 18:09:53 -0700 Subject: Store the sinc4 table in the filter state Also rename the resampler functions to remove the unnecessary '32' token. --- Alc/mixer_sse2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/mixer_sse2.c') diff --git a/Alc/mixer_sse2.c b/Alc/mixer_sse2.c index 84cc35dd..3f8224e7 100644 --- a/Alc/mixer_sse2.c +++ b/Alc/mixer_sse2.c @@ -27,7 +27,7 @@ #include "mixer_defs.h" -const ALfloat *Resample_lerp32_SSE2(const InterpState* UNUSED(state), +const ALfloat *Resample_lerp_SSE2(const InterpState* UNUSED(state), const ALfloat *restrict src, ALsizei frac, ALint increment, ALfloat *restrict dst, ALsizei numsamples) { -- cgit v1.2.3