pgsql: Add -mpopcnt to all compiles of pg_bitutils.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add -mpopcnt to all compiles of pg_bitutils.c
Date
Msg-id E1gu1Jo-0007RX-P4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add -mpopcnt to all compiles of pg_bitutils.c

The way this makefile works, we need to specify it three times.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0b4663c23b7a6ae6f489c4d7a2f58f879914959

Modified Files
--------------
src/port/Makefile | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Andrew Gierth
Date:
Subject: pgsql: More float test and portability fixes.
Next
From: Andrew Gierth
Date:
Subject: pgsql: Remove a stray subnormal value from float tests.