pgsql: Fix comment about AVX-512 popcount support.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment about AVX-512 popcount support.
Date: 2025-01-22 20:12:23
Message-ID: E1tah5K-002xof-WB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment about AVX-512 popcount support.

Since commit f78667bd91, we've used __attribute__((target(...)))
instead of extra compiler flags for AVX-512 support, but this
comment still says that we put the code in a separate file because
it might require extra compiler flags. Let's just remove that part
of the comment.

Branch
------
master

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

Modified Files
--------------
src/include/port/pg_bitutils.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-01-22 20:19:01 pgsql: Support RN (roman-numeral format) in to_number().
Previous Message Tom Lane 2025-01-22 16:58:41 pgsql: Repair incorrect handling of AfterTriggerSharedData.ats_modified