forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit695de5d
committed
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 nowthe only consumer of the symbol has been checksum.c which wantsboth, so that there was no need to distinguish; but that's aboutto change.Amit Khandekar, reviewed and edited a little by meDiscussion:https://postgr.es/m/CAJ3gD9evtA_vBo+WMYMyT-u=keHX7-r8p2w7OSRfXf42LTwCZQ@mail.gmail.com1 parent784b1ba commit695de5d
File tree
4 files changed
+34
-22
lines changed- src
- backend/storage/page
4 files changed
+34
-22
lines changedLines changed: 19 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
734 | 734 |
| |
735 | 735 |
| |
736 | 736 |
| |
737 |
| - | |
| 737 | + | |
| 738 | + | |
738 | 739 |
| |
739 | 740 |
| |
740 | 741 |
| |
| |||
5266 | 5267 |
| |
5267 | 5268 |
| |
5268 | 5269 |
| |
5269 |
| - | |
5270 |
| - | |
5271 |
| - | |
| 5270 | + | |
| 5271 | + | |
| 5272 | + | |
| 5273 | + | |
| 5274 | + | |
| 5275 | + | |
5272 | 5276 |
| |
5273 | 5277 |
| |
5274 | 5278 |
| |
| |||
6102 | 6106 |
| |
6103 | 6107 |
| |
6104 | 6108 |
| |
6105 |
| - | |
6106 |
| - | |
6107 |
| - | |
| 6109 | + | |
| 6110 | + | |
| 6111 | + | |
6108 | 6112 |
| |
6109 | 6113 |
| |
6110 | 6114 |
| |
6111 | 6115 |
| |
6112 | 6116 |
| |
6113 | 6117 |
| |
6114 |
| - | |
| 6118 | + | |
6115 | 6119 |
| |
6116 | 6120 |
| |
6117 | 6121 |
| |
| |||
6138 | 6142 |
| |
6139 | 6143 |
| |
6140 | 6144 |
| |
6141 |
| - | |
| 6145 | + | |
6142 | 6146 |
| |
6143 | 6147 |
| |
6144 | 6148 |
| |
6145 |
| - | |
6146 |
| - | |
| 6149 | + | |
| 6150 | + | |
| 6151 | + | |
6147 | 6152 |
| |
6148 | 6153 |
| |
6149 | 6154 |
| |
6150 | 6155 |
| |
6151 | 6156 |
| |
6152 | 6157 |
| |
6153 |
| - | |
| 6158 | + | |
6154 | 6159 |
| |
6155 | 6160 |
| |
6156 | 6161 |
| |
| |||
6177 | 6182 |
| |
6178 | 6183 |
| |
6179 | 6184 |
| |
6180 |
| - | |
| 6185 | + | |
6181 | 6186 |
| |
6182 | 6187 |
| |
6183 | 6188 |
| |
| |||
6782 | 6787 |
| |
6783 | 6788 |
| |
6784 | 6789 |
| |
| 6790 | + | |
6785 | 6791 |
| |
6786 | 6792 |
| |
6787 | 6793 |
| |
|
Lines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 |
| - | |
470 |
| - | |
471 |
| - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
472 | 475 |
| |
473 | 476 |
| |
474 | 477 |
| |
| |||
512 | 515 |
| |
513 | 516 |
| |
514 | 517 |
| |
| 518 | + | |
| 519 | + | |
515 | 520 |
| |
516 |
| - | |
517 |
| - | |
| 521 | + | |
518 | 522 |
| |
519 | 523 |
| |
520 | 524 |
| |
| |||
555 | 559 |
| |
556 | 560 |
| |
557 | 561 |
| |
558 |
| - | |
| 562 | + | |
| 563 | + | |
559 | 564 |
| |
560 | 565 |
| |
561 | 566 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
| 263 | + | |
263 | 264 |
| |
264 | 265 |
| |
265 | 266 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
| 23 | + |
0 commit comments
Comments
(0)