Fix USE_SLICING_BY_8_CRC32C builds on x86
John Naylor <john.naylor@postgresql.org>
Author:
John Naylor <john.naylor@postgresql.org>
Date: 2026-02-25T01:44:59Z
Releases:
19 (unreleased)
Fix USE_SLICING_BY_8_CRC32C builds on x86 A future commit will move the CRC function choosing logic to the file where the hardware-specific functions are defined, but until then add guards for builds without those functions. Oversight in commit b9278871f. Per buildfarm animal rhinoceros Reported-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/4014992.1771963187@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/port/pg_cpu_x86.c | modified | +4 −0 |
Discussion
- centralize CPU feature detection 13 messages · 2026-02-15 → 2026-02-27