Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lerp/cubic to alnumeric.h | Chris Robinson | 2020-12-04 | 1 | -0/+13 |
| | |||||
* | Use inline functions for popcnt and ctz instead of macros | Chris Robinson | 2020-10-13 | 1 | -48/+47 |
| | |||||
* | Avoid class templates for the POPCNT64/CTZ64 macros | Chris Robinson | 2020-09-01 | 1 | -15/+16 |
| | |||||
* | Avoid a cmake check for determining the size of long | Chris Robinson | 2020-08-13 | 1 | -7/+19 |
| | |||||
* | Avoid explicit checks for _BitScanForward[64] | Chris Robinson | 2020-06-07 | 1 | -9/+10 |
| | |||||
* | Avoid static constexpr for arrays iterated over at run-time | Chris Robinson | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Fix implicit conversions in the effects | Chris Robinson | 2019-09-14 | 1 | -0/+2 |
| | |||||
* | Clean up sample converter implicit conversions | Chris Robinson | 2019-09-12 | 1 | -18/+20 |
| | |||||
* | Move double2int function | Raulshc | 2019-08-18 | 1 | -0/+35 |
| | | | | Move inline double2int function to alnumeric.h from pshifter.cpp | ||||
* | Avoid __popcnt[64] on MSVC | Chris Robinson | 2019-08-10 | 1 | -41/+31 |
| | | | | | It requires SSE4, and provides no fallback mechanism for CPU targets lacking the opcode it maps to. | ||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 1 | -3/+3 |
| | |||||
* | Cleanup common sources' includes | Chris Robinson | 2019-07-29 | 1 | -1/+2 |
| | |||||
* | Avoid AL types in the common alnumeric.h header | Chris Robinson | 2019-03-19 | 1 | -9/+9 |
| | |||||
* | Move some inline functions from alMain.h to alnumeric.h | Chris Robinson | 2019-03-18 | 1 | -0/+235 |
| | |||||
* | Move some more functions to alnumeric.h | Chris Robinson | 2019-02-11 | 1 | -0/+51 |
| | |||||
* | Move some number-related stuff to a separate header | Chris Robinson | 2019-02-11 | 1 | -0/+31 |