aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/mixer_neon.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-31 10:46:33 -0700
committerChris Robinson <[email protected]>2019-07-31 10:46:33 -0700
commit151ff51e7d7b8265cac804f3b754a87924902090 (patch)
tree8908296e7e18da690b7d139fcb03d9977907230f /alc/mixer/mixer_neon.cpp
parentd1f72624a749bd9c2a17ddeb303703a78f53d4a5 (diff)
Don't templatize HrirArray
Diffstat (limited to 'alc/mixer/mixer_neon.cpp')
-rw-r--r--alc/mixer/mixer_neon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/mixer/mixer_neon.cpp b/alc/mixer/mixer_neon.cpp
index fa487d97..b4ca61d7 100644
--- a/alc/mixer/mixer_neon.cpp
+++ b/alc/mixer/mixer_neon.cpp
@@ -136,7 +136,7 @@ const ALfloat *Resample_<BSincTag,NEONTag>(const InterpState *state, const ALflo
static inline void ApplyCoeffs(ALsizei /*Offset*/, float2 *RESTRICT Values, const ALsizei IrSize,
- const HrirArray<ALfloat> &Coeffs, const ALfloat left, const ALfloat right)
+ const HrirArray &Coeffs, const ALfloat left, const ALfloat right)
{
ASSUME(IrSize >= 2);