]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename pg_popcount_avx512.c 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)
commitfbe327e5b465dff0fe5ce66ceff08ab9de9ef758
treed92bba4aee70f2420be1a853b67d13ba51d19799
parent45762084545ec14dbbe66ace1d69d7e89f8978ac
Rename pg_popcount_avx512.c to pg_popcount_x86.c.

This is preparatory work for a follow-up commit that will move the
rest of the x86-64-specific popcount code to this file.

Reviewed-by: John Naylor <johncnaylorls@gmail.com>
Discussion: https://postgr.es/m/aWf_InS1VrbeXAfP%40nathan
src/port/Makefile
src/port/meson.build
src/port/pg_popcount_x86.c [moved from src/port/pg_popcount_avx512.c with 98% similarity]