vectorscan/5.4.8
markos
released this
13 Sep 13:03
·
138 commits
to master
since this release
New Vectorscan release, 5-10% faster than 5.4.7 on Arm, 10-20% faster on Power.
What's Changed
- CMake: Use non-deprecated method for finding python by @jth in #108
- Optimize vectorscan for aarch64 by using shrn instruction by @danlark1 in #113
- Fixed the PCRE download location by @pareenaverma in #116
- Bugfix/hyperscan backport 202208 by @markos in #118
- VSX optimizations by @markos in #119
- when compiling with mingw64, use __mingw_aligned_malloc() and __mingw_aligned_free() by @liquidaty in #121
- [NEON] simplify/optimize shift/align primitives by @markos in #123
- Merge develop to master by @markos in #124
New Contributors
- @jth made their first contribution in #108
- @pareenaverma made their first contribution in #116
- @liquidaty made their first contribution in #121
Full Changelog: vectorscan/5.4.7...vectorscan/5.4.8