Improve style of pg_lfind32().
Nathan Bossart <nathan@postgresql.org>
Improve style of pg_lfind32(). This commit simplifies pg_lfind32() a bit by moving the standard one-by-one linear search code to an inline helper function. Reviewed-by: Tom Lane Discussion: https://postgr.es/m/20240327013616.GA3940109%40nathanxps13
Files
| Path | Change | +/− |
|---|---|---|
| src/include/port/pg_lfind.h | modified | +26 −36 |
Discussion
- add AVX2 support to simd.h 48 messages · 2023-11-29 → 2024-03-28