aboutsummaryrefslogtreecommitdiffstats
path: root/common/polyphase_resampler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-8/+8
| | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places.
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-8/+8
|
* Use standard likely/unlikely attributes when availableChris Robinson2022-12-051-8/+8
|
* Get rid of MathDefsChris Robinson2022-01-271-4/+4
|
* Make osme things constexprChris Robinson2020-08-101-17/+15
|
* Avoid using M_PIChris Robinson2020-04-011-6/+3
|
* Avoid extraneous loopingChris Robinson2019-11-291-17/+30
|
* Move the polyphase resampler to the common libChris Robinson2019-11-281-0/+214