pgsql: Move x86-64-specific popcount code to pg_popcount_x86.c. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Move x86-64-specific popcount code to pg_popcount_x86.c.
Date
Msg-id E1viehj-001rU0-2U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79e232ca013c7f357704f8af9782fe72466c216e

Modified Files
--------------
src/include/port/pg_bitutils.h |  20 ++--
src/port/pg_bitutils.c         | 263 +---------------------------------------
src/port/pg_popcount_x86.c     | 264 +++++++++++++++++++++++++++++++++++++++--
3 files changed, 267 insertions(+), 280 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Force standard_conforming_strings to always be ON.
Next
From: Peter Smith
Date:
Subject: Re: pgsql: tests: Add a test C++ extension module