aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/mixer_neon.c')
-rw-r--r--Alc/mixer_neon.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c
index 8f79186d..9ee76850 100644
--- a/Alc/mixer_neon.c
+++ b/Alc/mixer_neon.c
@@ -88,10 +88,9 @@ static inline void ApplyCoeffs(ALuint Offset, ALfloat (*restrict Values)[2],
}
}
-
-#define SUFFIX Neon
+#define MixHrtf MixHrtf_Neon
#include "mixer_inc.c"
-#undef SUFFIX
+#undef MixHrtf
void Mix_Neon(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE],