Re: Popcount optimization using AVX512

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Popcount optimization using AVX512
Дата
Msg-id 20240209182432.7c2peq5cgbdl43um@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: Popcount optimization using AVX512  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Popcount optimization using AVX512  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
Hi,

On 2024-01-26 07:42:33 +0100, Alvaro Herrera wrote:
> This suggests that finding a way to make the ifunc stuff work (with good
> performance) is critical to this work.

Ifuncs are effectively implemented as a function call via a pointer, they're
not magic, unfortunately. The sole trick they provide is that you don't
manually have to use the function pointer.

Greetings,

Andres



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

Предыдущее
От: "Amonson, Paul D"
Дата:
Сообщение: RE: Popcount optimization using AVX512
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Popcount optimization using AVX512