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 <[email protected]> Discussion: https://postgr.es/m/aWf_InS1VrbeXAfP%40nathan Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/fbe327e5b465dff0fe5ce66ceff08ab9de9ef758 Modified Files -------------- src/port/Makefile | 2 +- src/port/meson.build | 2 +- src/port/{pg_popcount_avx512.c => pg_popcount_x86.c} | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-)
