Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -2/+2 |
| | | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places. | ||||
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | Avoid some uses of the LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -39/+8 |
| | | | | Given the minimum phase HRTF, it's not going to stay linear phase anyway. | ||||
* | Use spans instead of references to arrays | Chris Robinson | 2021-02-06 | 1 | -6/+6 |
| | |||||
* | Use more constexpr variables instead of macros | Chris Robinson | 2020-12-25 | 1 | -11/+11 |
| | |||||
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 1 | -3/+3 |
| | |||||
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 1 | -0/+159 |