Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update gtkpopcountprivate.h: undefined macro outside msvc | Sebastian Cherek | 2021-06-12 | 1 | -1/+1 |
* | Dropped defined() for readability | scherek | 2021-06-12 | 1 | -1/+1 |
* | Replaced && with || for POPCNT checks to fix the logic. | scherek | 2021-06-12 | 1 | -1/+1 |
* | Fix illegal instruction crash on x64 CPUs without POPCNT instruction when com... | scherek | 2021-06-12 | 1 | -2/+2 |
* | gtkpopcountprivate.h: Fix build on ARM/aarch64 Visual Studio | Chun-wei Fan | 2021-06-05 | 1 | -1/+1 |
* | Share the popcount() fallback for MSVC | Emmanuele Bassi | 2020-12-09 | 1 | -0/+42 |