]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Move x86-64-specific popcount code to pg_popcount_x86.c.
authorNathan Bossart <nathan@postgresql.org>
Wed, 21 Jan 2026 20:21:00 +0000 (14:21 -0600)
committerNathan Bossart <nathan@postgresql.org>
Wed, 21 Jan 2026 20:21:00 +0000 (14:21 -0600)
commit79e232ca013c7f357704f8af9782fe72466c216e
tree8e6017f62ac7e94f6235b81bca56e55eaf666f66
parentfbe327e5b465dff0fe5ce66ceff08ab9de9ef758
Move x86-64-specific popcount code to pg_popcount_x86.c.

This moves the remaining x86-64-specific popcount implementations
in pg_bitutils.c to pg_popcount_x86.c.

Reviewed-by: John Naylor <johncnaylorls@gmail.com>
Discussion: https://postgr.es/m/aWf_InS1VrbeXAfP%40nathan
src/include/port/pg_bitutils.h
src/port/pg_bitutils.c
src/port/pg_popcount_x86.c