From 770e2ff7ed516a41721d6cde931b3cefc07c190e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 12 Aug 2016 05:26:36 -0700 Subject: Use a more specialized mixer function for B-Format to HRTF --- Alc/mixer_neon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/mixer_neon.c') diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c index 48e41703..fcd0387a 100644 --- a/Alc/mixer_neon.c +++ b/Alc/mixer_neon.c @@ -70,6 +70,7 @@ static inline void ApplyCoeffs(ALuint Offset, ALfloat (*restrict Values)[2], } #define MixHrtf MixHrtf_Neon +#define MixDirectHrtf MixDirectHrtf_Neon #include "mixer_inc.c" #undef MixHrtf -- cgit v1.2.3