aboutsummaryrefslogtreecommitdiffstats
path: root/core/hrtf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace a few asserts with actual checks or ASSUME()Chris Robinson2022-03-301-1/+2
|
* Avoid using an if_constexpr macroChris Robinson2022-02-221-19/+34
| | | | | It doesn't actually use if constexpr, and compilers are smart enough to optimize. Some functions can use templates instead.
* Get rid of MathDefsChris Robinson2022-01-271-7/+7
|
* Make a construct_at method amd use itChris Robinson2021-10-081-11/+10
|
* Update some more includesChris Robinson2021-04-241-2/+2
|
* Move hrtf.cpp/h to coreChris Robinson2021-04-221-0/+1447