aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer/mixer_sse.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle HRTF coefficients and values by reference where possibleChris Robinson2018-12-261-5/+5
|
* Avoid masking in ApplyCoeffs's inner loopChris Robinson2018-12-261-25/+43
| | | | | This unfortunately does not apply to NEON, which would need a bit more reworking of its method.
* Clean up some math stuffChris Robinson2018-12-221-1/+3
|
* Avoid another DECL_TEMPLATE macroChris Robinson2018-11-251-0/+2
|
* Convert the mixers to C++Chris Robinson2018-11-171-0/+248