Re: vectorized CRC on ARM64 - Mailing list pgsql-hackers

From John Naylor
Subject Re: vectorized CRC on ARM64
Date
Msg-id CANWCAZas5tdpVBHV0Z-J-jszAB-A9g5DNfmv63bZRFknz3VxDQ@mail.gmail.com
Whole thread
In response to Re: vectorized CRC on ARM64  (John Naylor <johncnaylorls@gmail.com>)
List pgsql-hackers
On Mon, Apr 6, 2026 at 9:38 AM John Naylor <johncnaylorls@gmail.com> wrote:
> and appropriate guards. The earlier use of __builtin_constant_p in the
> x86 case didn't happen to cause any failures on MSVC for some reason.
> That path needs a guard as well, but since that's backpatchable I
> handle it later. It's unlikely anyone passing special CFLAGS is using
> a non-mainstream compiler, but that's still a potential trap waiting
> for someone.

Done in 648818ba3.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Next
From: "cca5507"
Date:
Subject: Re: Avoid calling SetMatViewPopulatedState if possible