aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer/mixer_neon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a temporary buffer for HRTF filter accumulationChris Robinson2019-03-291-20/+19
* Use std::arrays for HRIR coeffs and valuesChris Robinson2019-02-071-3/+2
* Rename a headerChris Robinson2019-01-231-1/+1
* Make hrtf_inc.cpp a proper headerChris Robinson2019-01-231-2/+2
* Use template declarations for the HRTF mixersChris Robinson2019-01-231-3/+25
* Use template declarations for the normal mixing functionsChris Robinson2019-01-231-5/+7
* Use a template declaration for the resampler functionsChris Robinson2019-01-231-9/+10
* Constify some parametersChris Robinson2019-01-121-40/+39
* Handle HRTF coefficients and values by reference where possibleChris Robinson2018-12-261-6/+7
* Clean up some math stuffChris Robinson2018-12-221-1/+3
* Avoid another DECL_TEMPLATE macroChris Robinson2018-11-251-0/+4
* Convert the mixers to C++Chris Robinson2018-11-171-0/+280