Re: Popcount optimization using SVE for ARM

2024-12-09 Thread devanga.susmi...@fujitsu.com
: Susmitha, Devanga ; pgsql-hackers ; Hajela, Ragesh ; Bhattacharya, Chiranmoy ; M A, Rajat Subject: Re: Popcount optimization using SVE for ARM I suggest we move this discussion to the existing thread on this subject: https://www.postgresql.org/message-id/flat/010101936e4aaa70-b474ab9e

Re: Popcount optimization using SVE for ARM

2024-12-06 Thread Nathan Bossart
I suggest we move this discussion to the existing thread on this subject: https://www.postgresql.org/message-id/flat/010101936e4aaa70-b474ab9e-b9ce-474d-a3ba-a3dc223d295c-00%40us-west-2.amazonses.com -- nathan

Re: Popcount optimization using SVE for ARM

2024-12-06 Thread Kirill Reshke
I did not yet look into this in detail, but please note that PostgreSQL comments style is /**/ not //. Also, please, do not top post on this list

Re: Popcount optimization using SVE for ARM

2024-12-06 Thread devanga.susmi...@fujitsu.com
anmoy ; M A, Rajat Subject: Re: Popcount optimization using SVE for ARM On Fri, 6 Dec 2024 at 10:54, devanga.susmi...@fujitsu.com<mailto:devanga.susmi...@fujitsu.com> mailto:devanga.susmi...@fujitsu.com>> wrote: Hello, This email is to discuss the contribution of the speed-up popc

Re: Popcount optimization using SVE for ARM

2024-12-05 Thread Kirill Reshke
On Fri, 6 Dec 2024 at 10:54, devanga.susmi...@fujitsu.com < devanga.susmi...@fujitsu.com> wrote: > Hello, This email is to discuss the contribution of the speed-up > popcount and popcount mask feature we have developed for the ARM > architecture using SVE intrinsics. > The current method for pop