forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf0ee648
committed
Fix comment about AVX-512 popcount support.
Since commitf78667b, we've used __attribute__((target(...)))instead of extra compiler flags for AVX-512 support, but thiscomment still says that we put the code in a separate file becauseit might require extra compiler flags. Let's just remove that partof the comment.1 parentea68ea6 commitf0ee648
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
311 |
| - | |
312 |
| - | |
| 310 | + | |
313 | 311 |
| |
314 | 312 |
| |
315 | 313 |
| |
|
0 commit comments
Comments
(0)