aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer/mixer_neon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix implicit widening after multiplicationChris Robinson2023-12-231-3/+3
* Use a variant instead of a union for InterpStateChris Robinson2023-12-211-10/+12
* Fix a pointer castChris Robinson2023-12-101-2/+2
* Much more clang-tidy cleanupChris Robinson2023-12-101-4/+3
* More clang-tidy fixesChris Robinson2023-12-091-2/+2
* Clean up some more clang-tidy warningsChris Robinson2023-12-081-1/+1
* Avoid casting an integer literalChris Robinson2023-09-221-2/+2
* Always write samples to the destination when resamplingChris Robinson2023-02-111-12/+8
* Assume 'frac' is less than 1Chris Robinson2023-02-101-0/+6
* Rename some variables for consistencyChris Robinson2023-02-091-7/+7
* Use an interpolated FIR filter for cubic resamplingChris Robinson2023-02-061-7/+45
* Ensure the mixer helpers are properly inlinedChris Robinson2023-01-131-3/+3
* Combine some duplicate code to mix each channelChris Robinson2023-01-051-138/+76
* Add and use mixers that process one input and output channelChris Robinson2023-01-051-0/+77
* Rename lerp to avoid conflicts with C++20's std::lerpChris Robinson2022-04-061-1/+1
* Remove an unnecessary subtractionChris Robinson2022-04-011-1/+1
* Adjust the bsinc filter table packingChris Robinson2021-02-231-3/+3
* Add some optimization hintsChris Robinson2021-02-161-6/+8
* Use spans instead of references to arraysChris Robinson2021-02-061-2/+2
* Return non-const from the resampler functionChris Robinson2021-01-021-10/+8
* Use more constexpr variables instead of macrosChris Robinson2020-12-251-1/+1
* Avoid compiling different sources for different targetsChris Robinson2020-12-131-0/+4
* Be more consistent with size_tChris Robinson2020-12-121-2/+2
* Move the mixer functions to coreChris Robinson2020-12-121-0/+303