diff options
author | Chris Robinson <[email protected]> | 2014-08-31 23:46:43 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-08-31 23:46:43 -0700 |
commit | ba827cdfffb386e00c9f96cb605980dafef304ae (patch) | |
tree | 4d5237d8b713edb601819dc6253362c748b158d9 /Alc/mixer_neon.c | |
parent | 705c60d924f37a1c6ec99a472d0396c47291d3f0 (diff) |
Fix Neon mixer definition
Diffstat (limited to 'Alc/mixer_neon.c')
-rw-r--r-- | Alc/mixer_neon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c index 7b6da2b9..8a27ddbf 100644 --- a/Alc/mixer_neon.c +++ b/Alc/mixer_neon.c @@ -75,8 +75,8 @@ static inline void ApplyCoeffs(ALuint Offset, ALfloat (*restrict Values)[2], #undef SUFFIX -void MixDirect_Neon(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE], - MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize) +void Mix_Neon(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE], + MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize) { ALfloat gain, step; float32x4_t gain4; |