Fix comment about AVX-512 popcount support.

Nathan Bossart <nathan@postgresql.org>

Commit: f0ee648527e54c465e398d993db892af61a228da
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-01-22T20:11:37Z
Releases: 18.0
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.

Files

PathChange+/−
src/include/port/pg_bitutils.h modified +1 −3