Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:C:DVD
openal-soft
fix-neon-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-neon-build.patch of Package openal-soft
From: Chris Robinson <chris.kcat@gmail.com> Date: Mon, 1 Sep 2014 06:46:43 +0000 (-0700) Subject: Fix Neon mixer definition X-Git-Url: http://repo.or.cz/w/openal-soft.git/commitdiff_plain/ba827cdfffb386e00c9f96cb605980dafef304ae Fix Neon mixer definition --- diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c index 7b6da2b..8a27ddb 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;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor