Re: Popcount optimization using AVX512

From: Raghuveer Devulapalli <raghuveer(dot)devulapalli(at)intel(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Subject: Re: Popcount optimization using AVX512
Date: 2024-10-29 19:23:58
Message-ID: 173022983862.1162.9439822012408182864.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: tested, failed
Spec compliant: tested, failed
Documentation: tested, failed

Changes LGTM. Makes the Makefile look clean. Built and ran tests with `make check` with gcc-13 on a ICX and gcc-11 on SKX. I built on top of this patch and converted SSE4.2 and AVX-512 CRC32C to use function attributes too.

The new status of this patch is: Ready for Committer

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2024-10-29 19:55:25 Re: SQL Property Graph Queries (SQL/PGQ)
Previous Message Andreas Karlsson 2024-10-29 18:50:42 Always have pg_dump write rules in a consistent order