[PATCH] SVE popcount support

2024-11-28 Thread Malladi, Rama
Attachments protected by Amazon: [0001-SVE-popcount-support.patch] https://us-west-2.secure-attach.amazon.com/a29c9ff9-1f9b-430f-9b3c-07fde9a419aa/f9178627-0600-4527-bc5c-7e4cb9ef6e9a [SVE-popcount-support-PostgreSQL.png] https://us-west-2.secure-attach.amazon.com/a29c9ff9-1f9b-430f-9b3c-07fde9a41

Re: [PATCH] SVE popcount support

2024-12-09 Thread Malladi, Rama
e below command-line: `sudo su postgres -c "/usr/local/pgsql/bin/psql -c 'EXPLAIN ANALYZE SELECT drive_popcount(10, 16);'"` ---- *From:* Nathan Bossart *Sent:* Wednesday, December 4, 2024 21:37 *To:* 

Re: [PATCH] SVE popcount support

2025-01-13 Thread Malladi, Rama
Here is the updated patch using pg_attribute_target("arch=armv8-a+sve") to compile the arch-specific function instead of using compiler flags. --- This looks good. Thanks Chiranmoy and team. Can you address any other feedback from Nathan or others here? Then we can pursue further reviews an