aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_sse.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement MixDirect_SSE separately from the C and Neon versionsChris Robinson2012-09-091-0/+45
* Separate the resampling and mixing stepsChris Robinson2012-09-081-8/+0
* Minor cleanups for mixer_incChris Robinson2012-08-291-6/+6
* Add an SSE-enhanced path for applying the mixer matrixChris Robinson2012-08-291-0/+15
* Apply HRTF mixer coefficients with stepping using SSEChris Robinson2012-08-151-2/+32
* Make sure the working coefficients are aligned for the SSE mixerChris Robinson2012-08-151-5/+1
* Move mixers into separate source filesChris Robinson2012-08-151-0/+48