aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer/mixer_c.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some initializers and use of C methodsChris Robinson2019-01-061-39/+31
|
* Further improve HRTF methods to avoid masking in the inner loopsChris Robinson2018-12-311-8/+7
|
* Handle HRTF coefficients and values by reference where possibleChris Robinson2018-12-261-5/+5
|
* Avoid masking in ApplyCoeffs's inner loopChris Robinson2018-12-261-5/+17
| | | | | 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-31/+48
|
* Convert the mixers to C++Chris Robinson2018-11-171-0/+169