Re: vectorized CRC on ARM64

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: vectorized CRC on ARM64
Date: 2026-06-29 09:35:39
Message-ID: CANWCAZYUq2WUp48Q7oCah2v7y0QCCNnYE04ogwhASH3mNXHY7A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 29, 2026 at 3:52 PM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>
> It looks like this patch was developed concurrently with the switch from
> pg_attribute_aligned to C11 standard alignas, and it ended up being
> committed with the "old" style. I propose the attached patch to update
> that. It's only a stylistic change, but good for consistency and as an
> example for future code.

Looks good to me.

--
John Naylor
Amazon Web Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-06-29 09:37:30 Re: Row pattern recognition
Previous Message Rafia Sabih 2026-06-29 09:27:17 Re: Bypassing cursors in postgres_fdw to enable parallel plans