From: | John Naylor <johncnaylorls(at)gmail(dot)com> |
---|---|
To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
Cc: | "Chiranmoy(dot)Bhattacharya(at)fujitsu(dot)com" <Chiranmoy(dot)Bhattacharya(at)fujitsu(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Rowley <dgrowleyml(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "Devanga(dot)Susmitha(at)fujitsu(dot)com" <Devanga(dot)Susmitha(at)fujitsu(dot)com>, "Ragesh(dot)Hajela(at)fujitsu(dot)com" <Ragesh(dot)Hajela(at)fujitsu(dot)com> |
Subject: | Re: [PATCH] Hex-coding optimizations using SVE on ARM. |
Date: | 2025-10-03 07:36:47 |
Message-ID: | CANWCAZYMZwwh9Nwo7NBKrWBn0goJ4i-_=pTAvnhgTy6_3C9=Zg@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Oct 3, 2025 at 12:33 AM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
> [v13]
LGTM, but I went back and checked if vector8_zero() actually does
anything different than vector8_boadcast(0), and in fact it doesn't on
compilers we support for either x86 or Arm. I pulled the former out
from older work, but it seems irrelevant now. Pardon the noise.
--
John Naylor
Amazon Web Services
From | Date | Subject | |
---|---|---|---|
Next Message | John Naylor | 2025-10-03 07:40:22 | Re: a couple of small patches for simd.h |
Previous Message | Sutou Kouhei | 2025-10-03 07:06:50 | Re: Make COPY format extendable: Extract COPY TO format implementations |