Rename pg_popcount_avx512.c to pg_popcount_x86.c.

Nathan Bossart <nathan@postgresql.org>

Commit: fbe327e5b465dff0fe5ce66ceff08ab9de9ef758
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2026-01-21T20:21:00Z
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

Files

PathChange+/−
src/port/Makefile modified +1 −1
src/port/meson.build modified +1 −1
src/port/pg_popcount_x86.c (from src/port/pg_popcount_avx512.c) renamed +3 −3

Discussion