forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4225276
committed
Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.
Unlike TRY_POPCNT_FAST, which is defined in pg_bitutils.h, thismacro is defined in c.h (via pg_config.h), so we can check for itearlier and avoid some unnecessary #includes on systems that lackAVX-512 support.Oversight in commitf78667b.Discussion:https://postgr.es/m/Zy5K5Qmlb3Z4dsd4%40nathan1 parentb8df690 commit4225276
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
19 |
| - | |
20 | 21 |
| |
21 |
| - | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
223 |
| - | |
| 222 | + | |
| 223 | + |
0 commit comments
Comments
(0)