Re: [PATCH] SVE popcount support - Mailing list pgsql-hackers

From Chiranmoy.Bhattacharya@fujitsu.com"
Subject Re: [PATCH] SVE popcount support
Date
Msg-id OSBPR01MB2664C2B16C25297F6053425D97A52@OSBPR01MB2664.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: [PATCH] SVE popcount support  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
Looks good, the code is more readable now.

> For both Neon and SVE, I do see improvements with looping over 4
 > registers at a time, so IMHO it's worth doing so even if it performs the
 > same as 2-register blocks on some hardware.

There was no regression on Graviton 3 when using the 4-register version so can keep it.

-Chiranmoy

pgsql-hackers by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: Using read_stream in index vacuum
Next
From: Andres Freund
Date:
Subject: Re: Parallel heap vacuum