Fix compiler warning for pg_lfind32().
Nathan Bossart <nathan@postgresql.org>
Fix compiler warning for pg_lfind32(). The newly-introduced "one_by_one" label produces -Wunused-label warnings when building without SIMD support. To fix, move the label into the SIMD section of this function. Oversight in commit 7644a7340c. Reported-by: Tom Lane Discussion: https://postgr.es/m/3189995.1711495704%40sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/include/port/pg_lfind.h | modified | +2 −1 |
Discussion
- add AVX2 support to simd.h 48 messages · 2023-11-29 → 2024-03-28