pgsql: Split Makefile symbol CFLAGS_VECTOR into two symbols.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Split Makefile symbol CFLAGS_VECTOR into two symbols.
Дата
Msg-id E1kF69O-0005Tf-CS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/695de5d1eda6382b20fadb0a2b2d286b57a6a61c

Modified Files
--------------
configure                         | 32 +++++++++++++++++++-------------
configure.ac                      | 17 +++++++++++------
src/Makefile.global.in            |  3 ++-
src/backend/storage/page/Makefile |  4 ++--
4 files changed, 34 insertions(+), 22 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove arbitrary line length limits in pg_regress (plain and ECP
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Add additional tests to test streaming of in-progress transactio