aboutsummaryrefslogtreecommitdiffstats
path: root/common/alnumeric.h
Commit message (Collapse)AuthorAgeFilesLines
* Make PopCount and CountTrailingZeros more standard-likeChris Robinson2021-01-221-86/+0
|
* Don't use templates unnecessarilyChris Robinson2021-01-011-19/+0
|
* fast_roundf implementations in asm for ARM64. (#511)David CARLIER2020-12-241-0/+6
|
* Move lerp/cubic to alnumeric.hChris Robinson2020-12-041-0/+13
|
* Use inline functions for popcnt and ctz instead of macrosChris Robinson2020-10-131-48/+47
|
* Avoid class templates for the POPCNT64/CTZ64 macrosChris Robinson2020-09-011-15/+16
|
* Avoid a cmake check for determining the size of longChris Robinson2020-08-131-7/+19
|
* Avoid explicit checks for _BitScanForward[64]Chris Robinson2020-06-071-9/+10
|
* Avoid static constexpr for arrays iterated over at run-timeChris Robinson2019-10-251-1/+1
|
* Fix implicit conversions in the effectsChris Robinson2019-09-141-0/+2
|
* Clean up sample converter implicit conversionsChris Robinson2019-09-121-18/+20
|
* Move double2int functionRaulshc2019-08-181-0/+35
| | | | Move inline double2int function to alnumeric.h from pshifter.cpp
* Avoid __popcnt[64] on MSVCChris Robinson2019-08-101-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 parenthesisChris Robinson2019-08-041-3/+3
|
* Cleanup common sources' includesChris Robinson2019-07-291-1/+2
|
* Avoid AL types in the common alnumeric.h headerChris Robinson2019-03-191-9/+9
|
* Move some inline functions from alMain.h to alnumeric.hChris Robinson2019-03-181-0/+235
|
* Move some more functions to alnumeric.hChris Robinson2019-02-111-0/+51
|
* Move some number-related stuff to a separate headerChris Robinson2019-02-111-0/+31