Skip to content

v1.9.5

Latest
Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 30 Sep 20:06

What's Changed

  • perf: cibench workflow by @AaronO in #179
  • benches: lexicographically ordered bench names by @AaronO in #180
  • perf(simd): avx2 fallback to swar instead of sse4.2 by @AaronO in #181
  • lint(simd): don't build simd::sse42 when +avx2 by @AaronO in #183
  • fix unsound use of pointer::add by @krasimirgg in #185

New Contributors