diff options
author | Chris Robinson <[email protected]> | 2012-09-24 14:47:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-24 14:47:06 -0700 |
commit | 12327da4fefe5aafb9d28d8db232ebd8f6ac93c3 (patch) | |
tree | a287c65ac7f7bf729649ed0a09dfd375b05dc8d8 /Alc/mixer_defs.h | |
parent | 52d403b0d18fa65b976d5e430b9f4c3adc749ac7 (diff) |
Remove SSE resamplers. They aren't gaining us much this way.
Diffstat (limited to 'Alc/mixer_defs.h')
-rw-r--r-- | Alc/mixer_defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/mixer_defs.h b/Alc/mixer_defs.h index d9fda9be..caebbcc5 100644 --- a/Alc/mixer_defs.h +++ b/Alc/mixer_defs.h @@ -15,10 +15,6 @@ void Resample_point32_C(const ALfloat *src, ALuint frac, ALuint increment, ALuin void Resample_lerp32_C(const ALfloat *src, ALuint frac, ALuint increment, ALuint NumChannels, ALfloat *RESTRICT dst, ALuint dstlen); void Resample_cubic32_C(const ALfloat *src, ALuint frac, ALuint increment, ALuint NumChannels, ALfloat *RESTRICT dst, ALuint dstlen); -/* SSE resamplers */ -void Resample_lerp32_SSE(const ALfloat *src, ALuint frac, ALuint increment, ALuint NumChannels, ALfloat *RESTRICT dst, ALuint dstlen); -void Resample_cubic32_SSE(const ALfloat *src, ALuint frac, ALuint increment, ALuint NumChannels, ALfloat *RESTRICT dst, ALuint dstlen); - /* C mixers */ void MixDirect_Hrtf_C(struct ALsource*,ALCdevice*,struct DirectParams*,const ALfloat*RESTRICT,ALuint,ALuint,ALuint,ALuint); |