Skip to content

Commit

Permalink
Fix Neon mixer definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Sep 1, 2014
1 parent 705c60d commit ba827cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alc/mixer_neon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba827cd

Please # to comment.