RE: Proposal for Updating CRC32C with AVX-512 Algorithm. - Mailing list pgsql-hackers

From Devulapalli, Raghuveer
Subject RE: Proposal for Updating CRC32C with AVX-512 Algorithm.
Date
Msg-id PH8PR11MB82863E7D0D8849291C67B640FB5C2@PH8PR11MB8286.namprd11.prod.outlook.com
Whole thread Raw
In response to Re: Proposal for Updating CRC32C with AVX-512 Algorithm.  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
> Would you mind moving the function attribute change for the existing SSE
> 4.2 code to its own patch?  I think that is pretty straightforward, and IMHO it'd be
> nice to take care of it first so that we can focus on the new stuff.

Just submitted a separate patch for this. Will update the CRC32C patch once this is committed.

Raghuveer



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Popcount optimization using AVX512
Next
From: Nathan Bossart
Date:
Subject: Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C