aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_sse.c
Commit message (Expand)AuthorAgeFilesLines
* Implement an SSE MixSend methodChris Robinson2012-09-161-0/+29
* Implement an SSE cubic resamplerChris Robinson2012-09-141-0/+86
* Implement an SSE linear resamplerChris Robinson2012-09-141-0/+47
* Minor cleanups for variable declarationsChris Robinson2012-09-111-6/+3
* Use a non-interleaved DryBufferChris Robinson2012-09-111-26/+15
* Do the filtering separately from the mixingChris Robinson2012-09-111-17/+5
* Update HRTF codeChris Robinson2012-09-111-23/+86
* Use the right method to clear a __m128 to 0Chris Robinson2012-09-091-2/+2
* Use SSE to do 4 samples at once (non-HRTF direct mix), instead of to apply a ...Chris Robinson2012-09-091-22/+43
* 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