Split Makefile symbol CFLAGS_VECTOR into two symbols.
Tom Lane <tgl@sss.pgh.pa.us>
Split Makefile symbol CFLAGS_VECTOR into two symbols. Replace CFLAGS_VECTOR with CFLAGS_UNROLL_LOOPS and CFLAGS_VECTORIZE, allowing us to distinguish whether we want to apply -funroll-loops, -ftree-vectorize, or both to a particular source file. Up to now the only consumer of the symbol has been checksum.c which wants both, so that there was no need to distinguish; but that's about to change. Amit Khandekar, reviewed and edited a little by me Discussion: https://postgr.es/m/CAJ3gD9evtA_vBo+WMYMyT-u=keHX7-r8p2w7OSRfXf42LTwCZQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +19 −13 |
| configure.ac | modified | +11 −6 |
| src/backend/storage/page/Makefile | modified | +2 −2 |
| src/Makefile.global.in | modified | +2 −1 |
Discussion
- Auto-vectorization speeds up multiplication of large-precision numerics 15 messages · 2020-06-09 → 2020-09-08