From a4bc0a46e9e0fe001d4c14909b47ed4ac8d81960 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 26 Jan 2014 01:34:39 -0800 Subject: Implement dry and wet mixers for Neon Code provided by Philippe Simons . --- Alc/mixer_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Alc/mixer_defs.h') diff --git a/Alc/mixer_defs.h b/Alc/mixer_defs.h index 5e43af15..f8968a0a 100644 --- a/Alc/mixer_defs.h +++ b/Alc/mixer_defs.h @@ -27,5 +27,7 @@ void MixSend_SSE(const struct SendParams*,const ALfloat*restrict,ALuint,ALuint,A /* Neon mixers */ void MixDirect_Hrtf_Neon(const struct DirectParams*,const ALfloat*restrict,ALuint,ALuint,ALuint,ALuint); +void MixDirect_Neon(const struct DirectParams*,const ALfloat*restrict,ALuint,ALuint,ALuint,ALuint); +void MixSend_Neon(const struct SendParams*,const ALfloat*restrict,ALuint,ALuint,ALuint); #endif /* MIXER_DEFS_H */ -- cgit v1.2.3