Re: Proposal for enabling auto-vectorization for checksum calculations
Andrew Kim <tenistarkim@gmail.com>
From: Andrew Kim <tenistarkim@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: johncnaylorls@gmail.com, Matthew Sterrett <matthewsterrett2@gmail.com>,
byavuz81@gmail.com, slpmcf@gmail.com, raghuveer.devulapalli@intel.com, akash.shankaran@intel.com, Andrew Kim <tenistarkim@gmail.com>, Andrew Kim <andrew.kim@intel.com>,
eshe.n.pickett@intel.com
Date: 2025-09-17T01:10:56Z
Lists: pgsql-hackers
> I don't know if this is related to the crashes, but it doesn't seem > like a good idea to #include the function pointer stuff everywhere, > that should probably go into src/port like the others. Just a gentle reminder on this patch series — I’ve already rebased it on the latest tip of master and addressed the earlier review comments: * Moved the function pointer definitions into src/port as suggested. * Rebased cleanly on the current master branch. Could someone take another look and share any further feedback? Thanks a lot for your time and review, Andrew Kim