summaryrefslogtreecommitdiff
path: root/src/include/port/simd.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-06Fix signedness error in 9f225e992 for gccJohn Naylor
2024-03-06Introduce helper SIMD functions for small byte arraysJohn Naylor
2024-01-04Update copyright for 2024Bruce Momjian
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-04Fix sign-compare warnings arising from port/simd.hJohn Naylor
2022-08-30Further code review of port/simd.hJohn Naylor
2022-08-29Fix broken cast on MSVCJohn Naylor
2022-08-29Use ARM Advanced SIMD (NEON) intrinsics where availableJohn Naylor
2022-08-29Abstract some more architecture-specific details away from SIMD functionalityJohn Naylor
2022-08-26Use SSE2 in is_valid_ascii() where available.John Naylor
2022-08-26Add optimized functions for linear search within byte arraysJohn Naylor
2022-08-04Support SSE2 intrinsics where availableJohn Naylor