Re: Proposal for enabling auto-vectorization for checksum calculations - Mailing list pgsql-hackers

From tenistarkim@gmail.com
Subject Re: Proposal for enabling auto-vectorization for checksum calculations
Date
Msg-id 20250911060628.3950-1-andrew.kim@intel.com
Whole thread Raw
In response to Proposal for enabling auto-vectorization for checksum calculations  (Matthew Sterrett <matthewsterrett2@gmail.com>)
Responses [PATCH 1/2] Enable autovectorizing pg_checksum_block
[PATCH 2/2] Benchmark code for postgres checksums
List pgsql-hackers
Hi John,

Thanks for the feedback. This is v5 of the patchset, updated following your comments:

- Moved the function pointer definitions out of common headers and
  into src/port, consistent with existing practice.

Thanks again for the guidance.

Best regards,
Kim Andrew



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: someone else to do the list of acknowledgments
Next
From: tenistarkim@gmail.com
Date:
Subject: [PATCH 1/2] Enable autovectorizing pg_checksum_block