Re: optimize several list functions with SIMD intrinsics
В списке pgsql-hackers по дате отправления:
| От | Ankit Kumar Pandey |
|---|---|
| Тема | Re: optimize several list functions with SIMD intrinsics |
| Дата | |
| Msg-id | 7fc23473-7f10-5282-711e-34247d089f75@gmail.com обсуждение исходный текст |
| Ответ на | Re: optimize several list functions with SIMD intrinsics (Nathan Bossart <nathandbossart@gmail.com>) |
| Ответы |
Re: optimize several list functions with SIMD intrinsics
|
| Список | pgsql-hackers |
Agree with your points Nathan. Just a headup. > On 14/03/23 03:10, Nathan Bossart wrote: > On Sat, Mar 11, 2023 at 09:41:18AM +0000, Ankit Kumar Pandey wrote: >> 1. In list_member_ptr, will it be okay to bring `const ListCell *cell` from >> #ifdef USE_NO_SIMD >> const ListCell *cell; >> #endif >> to #else like as mentioned below? This will make visual separation between #if cases more cleaner > I would expect to see -Wdeclaration-after-statement warnings if we did > this. This worked fine for me, no warnings on gcc 12.2.0. Not a concern though. Thanks, Ankit
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера