aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer/mixer_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Much more clang-tidy cleanupChris Robinson2023-12-101-1/+1
* Clean up some more clang-tidy warningsChris Robinson2023-12-081-1/+1
* Always write samples to the destination when resamplingChris Robinson2023-02-111-3/+2
* Assume 'frac' is less than 1Chris Robinson2023-02-101-0/+2
* Rename lerp to avoid conflicts with C++20's std::lerpChris Robinson2022-04-061-1/+1
* Use shifts instead of shuffles with SSE where possibleChris Robinson2021-02-181-4/+4
* Return non-const from the resampler functionChris Robinson2021-01-021-2/+2
* Avoid compiling different sources for different targetsChris Robinson2020-12-131-0/+4
* Move the mixer functions to coreChris Robinson2020-12-121-0/+85