Re: [PATCH] SVE popcount support
Malladi, Rama <ramamalladi@hotmail.com>
From: "Malladi, Rama" <ramamalladi@hotmail.com>
To: "Chiranmoy.Bhattacharya@fujitsu.com"
<Chiranmoy.Bhattacharya@fujitsu.com>,
"Devanga.Susmitha@fujitsu.com" <Devanga.Susmitha@fujitsu.com>,
Nathan Bossart <nathandbossart@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
"Ragesh.Hajela@fujitsu.com" <Ragesh.Hajela@fujitsu.com>,
Salvatore Dipietro <dipiets@amazon.com>
Date: 2025-01-13T15:28:30Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Optimize popcount functions with ARM SVE intrinsics.
- 519338ace410 18.0 landed
-
Optimize popcount functions with ARM Neon intrinsics.
- 6be53c27673a 18.0 landed
-
Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64.
- 9ac6f7e7ceb6 18.0 landed
> 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
and merging of the patch.
>
>