Re: Proposal for enabling auto-vectorization for checksum calculations

From: tenistarkim(at)gmail(dot)com
To: Matthew Sterrett <matthewsterrett2(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, byavuz81(at)gmail(dot)com, slpmcf(at)gmail(dot)com, raghuveer(dot)devulapalli(at)intel(dot)com, akash(dot)shankaran(at)intel(dot)com
Subject: Re: Proposal for enabling auto-vectorization for checksum calculations
Date: 2025-09-11 06:21:26
Message-ID: 20250911062128.4000-1-andrew.kim@intel.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tenistarkim 2025-09-11 06:21:27 [PATCH 1/2] Enable autovectorizing pg_checksum_block
Previous Message Laurenz Albe 2025-09-11 06:12:39 Re: AIX support