pgsql: meson: build checksums with extra optimization flags.

2025-09-09 Thread Jeff Davis
meson: build checksums with extra optimization flags. Use -funroll-loops and -ftree-vectorize when building checksum.c to match what autoconf does. Missed backport of 9af672bcb2, noticed by Nathan Bossart. Reported-by: Nathan Bossart Discussion: https://postgr.es/m/a81f2f7ef34afc24a89c613671ea

pgsql: meson: build checksums with extra optimization flags.

2025-09-09 Thread Jeff Davis
meson: build checksums with extra optimization flags. Use -funroll-loops and -ftree-vectorize when building checksum.c to match what autoconf does. Missed backport of 9af672bcb2, noticed by Nathan Bossart. Reported-by: Nathan Bossart Discussion: https://postgr.es/m/a81f2f7ef34afc24a89c613671ea

pgsql: meson: build checksums with extra optimization flags.

2025-09-09 Thread Jeff Davis
meson: build checksums with extra optimization flags. Use -funroll-loops and -ftree-vectorize when building checksum.c to match what autoconf does. Missed backport of 9af672bcb2, noticed by Nathan Bossart. Reported-by: Nathan Bossart Discussion: https://postgr.es/m/a81f2f7ef34afc24a89c613671ea

pgsql: meson: build checksums with extra optimization flags.

2025-09-08 Thread Jeff Davis
meson: build checksums with extra optimization flags. Use -funroll-loops and -ftree-vectorize when building checksum.c to match what autoconf does. Discussion: https://postgr.es/m/a81f2f7ef34afc24a89c613671ea017e3651329c.ca...@j-davis.com Reviewed-by: Andres Freund Branch -- master Detail