Rename pg_popcount_avx512.c to pg_popcount_x86.c.
Nathan Bossart <nathan@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- refactor architecture-specific popcount code 40 messages · 2026-01-14 → 2026-02-23