diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-06 21:28:16 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-06 21:28:16 -0400 |
commit | 695de5d1eda6382b20fadb0a2b2d286b57a6a61c (patch) | |
tree | 8ee1db1a36f5497b3428d015f291c96ef4289acd /src/backend/utils/adt/numeric.c | |
parent | 784b1ba1a2b9306697544bedb2ef9425185dd206 (diff) | |
download | postgresql-695de5d1eda6382b20fadb0a2b2d286b57a6a61c.tar.gz postgresql-695de5d1eda6382b20fadb0a2b2d286b57a6a61c.zip |
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
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions