v0.8.0-rc2
Pre-release
Pre-release
See draft release notes at https://github.com/simd-everywhere/simde/wiki/Release-Notes for changes since 0.7.6
What's Changed since RC1
- WASM Relaxed SIMD updates by @mr-c in #1112
- emcc tot: set -Wno-switch-default by @mr-c in #1115
- avx512 abs: refine GCC compiler checks for
_mm512{,_mask}_abs_pd
by @thomas-schlichter in #1118 - correction of simde_mm256_sign_epi16(). by @Proudsalsa in #1123
- apply arm64 windows workaround only on older version msvc by @Changqing-JING in #1121
- gh-actions: add clang-17 by @mr-c in #1127
- Improve performance of simde_mm512_add_epi32 by @AymenQ in #1126
- typo: XCode -> Xcode by @Coeur in #1129
- Update simde-detect-clang.h for clang 13 detection by @Coeur in #1131
- Update simde-detect-clang.h for clang 17 detection by @Coeur in #1132
- build(deps): bump ad-m/github-push-action from 0.6.0 to 0.8.0 by @dependabot in #1134
- build(deps): bump actions/setup-dotnet from 3 to 4 by @dependabot in #1135
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #1137
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #1138
- GitHub Actions emscripten: use older release for now by @mr-c in #1133
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #1139
- docs: explain how to target a single test by @mr-c in #1140
- arm/neon abs: negating INT_MIN is undefined behavior by @mr-c in #1141
New Contributors
- @thomas-schlichter made their first contribution in #1118
- @Proudsalsa made their first contribution in #1123
- @Changqing-JING made their first contribution in #1121
- @AymenQ made their first contribution in #1126
- @Coeur made their first contribution in #1129
- @dependabot made their first contribution in #1134
Full Changelog: v0.8.0-rc1...v0.8.0-rc2