What's Changed
- ci: test target build on stable by @jvdd in #53
- feat: add 64-bit aarch64 SIMD implementation by @jvdd in #52
- perf: use uint
MAX_INDEX
onarm
/aarch64
for uint SIMD by @jvdd in #54 - refactor: remove unnecessary repetition operator from macros by @jvdd in #57
- test: include argmin and argmax in integration tests by @jvdd in #58
- test: use full range for floats uniform by @jvdd in #60
- fix: remove
stdsimd
feature; addstdarch_x86_avx512
by @lazyky in #62 - chore: remove unused
get_lane_size
function fromSIMDInstructionSet
by @jvdd in #64 - enh: remove
simd_nightly
feature flag foraarch64
by @jvdd in #63
New Contributors
Full Changelog: v0.6.1...v0.6.2