Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | constexpr functions are not allowed to have static variables, and if they are... | Glyn Leine | 2022-03-29 | 1 | -4/+4 |
* | Make some local constexpr variables static | Chris Robinson | 2022-02-23 | 1 | -4/+4 |
* | Avoid an implicit char-to-bool conversion | Chris Robinson | 2022-02-23 | 1 | -5/+5 |
* | Avoid using an if_constexpr macro | Chris Robinson | 2022-02-22 | 1 | -13/+11 |
* | Rename some variables to show the relevant bit pattern | Chris Robinson | 2022-02-22 | 1 | -9/+9 |
* | Use a fast native type for the backup popcount | Chris Robinson | 2021-03-02 | 1 | -7/+20 |
* | Use if constexpr when possible | Chris Robinson | 2021-01-22 | 1 | -2/+3 |
* | Make PopCount and CountTrailingZeros more standard-like | Chris Robinson | 2021-01-22 | 1 | -0/+108 |
* | Make the endian test more C++-like | Chris Robinson | 2021-01-21 | 1 | -0/+35 |