meson: Build numeric.c with -ftree-vectorize.

Nathan Bossart <nathan@postgresql.org>

Commit: 509c779293f2c4a9a91b6a4ceb9acc629d15f038
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-09-10T16:21:12Z
Releases: 16.11
meson: Build numeric.c with -ftree-vectorize.

autoconf builds have compiled this file with -ftree-vectorize since
commit 8870917623, but meson builds seem to have missed the memo.

Reviewed-by: Jeff Davis <pgsql@j-davis.com>
Discussion: https://postgr.es/m/aL85CeasM51-0D1h%40nathan
Backpatch-through: 16

Files

PathChange+/−
src/backend/utils/adt/meson.build modified +10 −1

Discussion