Fix __attribute__((target(...))) usage.
Nathan Bossart <nathan@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- Popcount optimization using AVX512 173 messages · 2023-11-02 → 2024-11-07