Fix __attribute__((target(...))) usage.

Nathan Bossart <nathan@postgresql.org>

Commit: 41b98ddb77bf49433f174f03383533dd09bdefec
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-11-07T21:27:32Z
Releases: 18.0
Fix __attribute__((target(...))) usage.

The commonly supported way to specify multiple target options is to
surround the entire list with quotes and to use a comma (with no
extra spaces) as the delimiter.

Oversight in commit f78667bd91.

Discussion: https://postgr.es/m/Zy0jya8nF8CPpv3B%40nathan

Files

PathChange+/−
config/c-compiler.m4 modified +1 −1
configure modified +1 −1
meson.build modified +1 −1
src/port/pg_popcount_avx512.c modified +2 −2

Discussion