Re: vectorized CRC on ARM64

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
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-07-01 07:07:35
Message-ID: 01d19f04-9eb4-4dba-8513-2ce875335eea@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 29.06.26 11:35, John Naylor wrote:
> 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.

Committed.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-07-01 07:14:04 Re: Fix psql pager selection for wrapped expanded output
Previous Message Michael Paquier 2026-07-01 07:07:06 Re: Add pg_stat_kind_info system view