Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always write samples to the destination when resampling | Chris Robinson | 2023-02-11 | 1 | -3/+2 |
| | |||||
* | Assume 'frac' is less than 1 | Chris Robinson | 2023-02-10 | 1 | -0/+2 |
| | |||||
* | Rename lerp to avoid conflicts with C++20's std::lerp | Chris Robinson | 2022-04-06 | 1 | -1/+1 |
| | |||||
* | Return non-const from the resampler function | Chris Robinson | 2021-01-02 | 1 | -2/+2 |
| | |||||
* | Avoid compiling different sources for different targets | Chris Robinson | 2020-12-13 | 1 | -0/+4 |
| | | | | | | | | Simplifies configuration and fixes a potential problem with inline functions. Inline functions that fail to inline will have a callable body generated. If such a body is generated with the SSE4 source, for example, it can generate SSE4 instructions. Calls for that function in other sources can then end up calling the SSE4-generated body outside of any CPU capability check. | ||||
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 1 | -0/+90 |