summaryrefslogtreecommitdiff
path: root/gtk/gtkpopcountprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Update gtkpopcountprivate.h: undefined macro outside msvcSebastian Cherek2021-06-121-1/+1
* Dropped defined() for readabilityscherek2021-06-121-1/+1
* Replaced && with || for POPCNT checks to fix the logic.scherek2021-06-121-1/+1
* Fix illegal instruction crash on x64 CPUs without POPCNT instruction when com...scherek2021-06-121-2/+2
* gtkpopcountprivate.h: Fix build on ARM/aarch64 Visual StudioChun-wei Fan2021-06-051-1/+1
* Share the popcount() fallback for MSVCEmmanuele Bassi2020-12-091-0/+42