| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid some uses of the LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -2/+2 |
* | Increase sub-sample precision to 16 bits | Chris Robinson | 2022-10-16 | 1 | -1/+1 |
* | Rename lerp to avoid conflicts with C++20's std::lerp | Chris Robinson | 2022-04-06 | 4 | -4/+4 |
* | Remove an unnecessary subtraction | Chris Robinson | 2022-04-01 | 2 | -2/+2 |
* | Invert a check to put the first taken path first | Chris Robinson | 2022-03-31 | 1 | -11/+11 |
* | Make and use a processHfScale function with a separate output | Chris Robinson | 2022-03-31 | 1 | -6/+7 |
* | Remove the reversed all-pass trick in MixDirectHrtfBase | Chris Robinson | 2022-03-30 | 2 | -42/+8 |
* | Merge pull request #559 from tatokis/split-sse-sse2 | kcat | 2021-05-13 | 1 | -3/+2 |
|\ |
|
| * | Allow enabling SSE without SSE2 | Tasos Sahanidis | 2021-04-30 | 1 | -3/+2 |
* | | Decode UHJ buffers to B-Format for mixing | Chris Robinson | 2021-03-31 | 1 | -6/+1 |
* | | Adjust the bsinc filter table packing | Chris Robinson | 2021-02-23 | 3 | -9/+9 |
* | | Use shifts instead of shuffles with SSE where possible | Chris Robinson | 2021-02-18 | 1 | -4/+4 |
* | | Add some optimization hints | Chris Robinson | 2021-02-16 | 3 | -18/+24 |
* | | Use spans instead of references to arrays | Chris Robinson | 2021-02-06 | 6 | -14/+17 |
|/ |
|
* | Return non-const from the resampler function | Chris Robinson | 2021-01-02 | 6 | -37/+36 |
* | Use more constexpr variables instead of macros | Chris Robinson | 2020-12-25 | 5 | -30/+31 |
* | Increase direct HRTF delay to 256 | Chris Robinson | 2020-12-25 | 1 | -1/+1 |
* | Avoid compiling different sources for different targets | Chris Robinson | 2020-12-13 | 4 | -0/+17 |
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 4 | -10/+10 |
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 9 | -0/+1253 |