postgresql/src/include/port
John Naylor e813e0e168 Add optimized functions for linear search within byte arrays
In similar vein to b6ef167564, add pg_lfind8() and pg_lfind8_le()
to search for bytes equal or less-than-or-equal to a given byte,
respectively. To abstract away platform details, add helper functions
and typedefs to simd.h.

John Naylor and Nathan Bossart, per suggestion from Andres Freund

Discussion: https://www.postgresql.org/message-id/CAFBsxsGzaaGLF%3DNuq61iRXTyspbO9rOjhSqFN%3DV6ozzmta5mXg%40mail.gmail.com
2022-08-26 14:03:39 +07:00
..
atomics Remove unused symbol __aarch64 2022-08-25 13:37:40 +07:00
win32 Remove configure probe for netinet/tcp.h. 2022-08-18 16:31:11 +12:00
win32_msvc windows: msvc: Define STDIN/OUT/ERR_FILENO. 2022-07-18 17:21:54 -07:00
aix.h
atomics.h Remove unused symbol __aarch64 2022-08-25 13:37:40 +07:00
cygwin.h Simplify declaring variables exported from libpgcommon and libpgport. 2021-11-29 11:00:00 -05:00
darwin.h
freebsd.h Remove configure probe for fdatasync. 2022-08-05 16:37:38 +12:00
linux.h
netbsd.h
openbsd.h
pg_bitutils.h Extend size_t support in pg_bitutils.h. 2022-07-22 09:40:39 +12:00
pg_bswap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_crc32c.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_iovec.h Remove configure probe for sys/uio.h. 2022-08-14 00:07:17 +12:00
pg_lfind.h Add optimized functions for linear search within byte arrays 2022-08-26 14:03:39 +07:00
pg_pthread.h Add missing pthread_barrier_t. 2021-03-10 17:44:04 +13:00
simd.h Add optimized functions for linear search within byte arrays 2022-08-26 14:03:39 +07:00
solaris.h Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD 2020-08-15 11:27:41 +02:00
win32_port.h Simplify gettimeofday for Windows. 2022-08-07 12:35:36 +12:00
win32.h Remove configure probes for sys/un.h and struct sockaddr_un. 2022-08-14 00:09:47 +12:00
win32ntdll.h Add wal_sync_method=fdatasync for Windows. 2022-07-20 13:55:52 +12:00