Re: optimize several list functions with SIMD intrinsics

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: optimize several list functions with SIMD intrinsics
Дата
Msg-id 20230308045658.GA3419785@nathanxps13
обсуждение исходный текст
Ответ на Re: optimize several list functions with SIMD intrinsics  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: optimize several list functions with SIMD intrinsics  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
On Wed, Mar 08, 2023 at 01:54:15PM +1300, David Rowley wrote:
> Interesting and quite impressive performance numbers.

Thanks for taking a look.

> From having a quick glance at the patch, it looks like you'll need to
> take some extra time to make it work on 32-bit builds.

At the moment, the support for SIMD intrinsics in Postgres is limited to
64-bit (simd.h has the details).  But yes, if we want to make this work for
32-bit builds, additional work is required.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Testing autovacuum wraparound (including failsafe)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: shoud be get_extension_schema visible?