summaryrefslogtreecommitdiff
path: root/src/port/pg_bitutils.c
AgeCommit message (Expand)Author
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier
2019-05-22Initial pgindent run for v12.Tom Lane
2019-02-15Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-15Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera
2019-02-13Fix portability issues in pg_bitutilsAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera