Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-09-04 | Fix sign-compare warnings arising from port/simd.h | John Naylor | 16.0 |
| 2022-08-30 | Further code review of port/simd.h | John Naylor | 16.0 |
| 2022-08-29 | Fix broken cast on MSVC | John Naylor | 16.0 |
| 2022-08-29 | Use ARM Advanced SIMD (NEON) intrinsics where available | John Naylor | 16.0 |
| 2022-08-29 | Abstract some more architecture-specific details away from SIMD functionality | John Naylor | 16.0 |
| 2022-08-26 | Use SSE2 in is_valid_ascii() where available. | John Naylor | 16.0 |
| 2022-08-26 | Add optimized functions for linear search within byte arrays | John Naylor | 16.0 |
| 2022-08-04 | Support SSE2 intrinsics where available | John Naylor | 16.0 |