Re: Popcount optimization using AVX512

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Popcount optimization using AVX512
Дата
Msg-id 20240418024459.GA3385227@nathanxps13
обсуждение исходный текст
Ответ на Re: Popcount optimization using AVX512  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы RE: Popcount optimization using AVX512  ("Shankaran, Akash" <akash.shankaran@intel.com>)
Список pgsql-hackers
It was brought to my attention [0] that we probably should be checking for
the OSXSAVE bit instead of the XSAVE bit when determining whether there's
support for the XGETBV instruction.  IIUC that should indicate that both
the OS and the processor have XGETBV support (not just the processor).
I've attached a one-line patch to fix this.

[0] https://github.com/pgvector/pgvector/pull/519#issuecomment-2062804463

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

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: ALTER TABLE SET ACCESS METHOD on partitioned tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Speed up clean meson builds by ~25%