Fix unused function warning on Arm platforms

John Naylor <john.naylor@postgresql.org>

Commit: 2849fe4c978540111748208ba96af7808602c567
Author: John Naylor <john.naylor@postgresql.org>
Date: 2026-04-05T01:49:47Z
Fix unused function warning on Arm platforms

Guard definition pg_pmull_available() on compile-time availability
of PMULL. Oversight in fbc57f2bc. In passing, remove "inline" hint
for consistency.

Reported-by: Tomas Vondra <tomas@vondra.me>
Discussion: https://postgr.es/m/f153d5a4-a9be-4211-b0b2-7e99b56d68d5@vondra.me

Files

PathChange+/−
src/port/pg_crc32c_armv8_choose.c modified +3 −1

Discussion